Darkest Spruce Color Hex Code
#303f3dWhat is Darkest Spruce Color Hex Code Color?
Darkest Spruce Color Hex Code is a dark, desaturated, muted cyan color with the hex code #303f3d. Its RGB value is rgb(48, 63, 61), meaning it contains 48 red, 63 green, and 61 blue light values. In the HSL color model, it has a hue of 172°, saturation of 14%, and lightness of 22%.
Darkest Spruce Color Hex Code Color Codes
Here are all the color format codes for Darkest Spruce Color Hex Code:
- HEX: #303f3d
- RGB: rgb(48, 63, 61)
- HSL: hsl(172°, 14%, 22%)
- CMYK: cmyk(24%, 0%, 3%, 75%)
- Android/Flutter: Color(0xFF303F3D)
- Swift UIColor: UIColor(red: 0.188, green: 0.247, blue: 0.239, alpha: 1.0)
Is Darkest Spruce Color Hex Code Accessible?
Darkest Spruce Color Hex Code (#303f3d) passes WCAG AA accessibility standards. It has a contrast ratio of 11.03:1 against white and 1.9:1 against black text. White text on this color passes WCAG AA for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Darkest Spruce Color Hex Code in Design
Darkest Spruce Color Hex Code is a dark cyan tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #303f3d; or
background-color: #303f3d;.
Darkest Spruce Color Hex Code Shades and Tints
Shades of Darkest Spruce Color Hex Code are created by mixing it with black, ranging from the original #303f3d down to near-black #2b3836. Tints are made by adding white — from the base color up to near-white #e6eceb. These variations help build complete design system palettes and Tailwind CSS color scales.
Darkest Spruce Color Hex Code Color Harmonies
The complementary color of Darkest Spruce Color Hex Code is #403032. Its analogous colors are #303a40 and #304036. For a triadic palette, combine it with #3e3040 and #403e30.
Frequently Asked Questions
What is the hex code for Darkest Spruce Color Hex Code?
The hex code for Darkest Spruce Color Hex Code is #303f3d.
What is the RGB value of Darkest Spruce Color Hex Code?
The RGB value is rgb(48, 63, 61). Red channel: 48/255, Green: 63/255, Blue: 61/255.
Is Darkest Spruce Color Hex Code good for web accessibility?
Darkest Spruce Color Hex Code has a contrast ratio of 11.03:1 with white and 1.9:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Darkest Spruce Color Hex Code?
Darkest Spruce Color Hex Code pairs well with its complementary color #403032, analogous colors #303a40 and #304036, or neutral whites and grays for a clean, modern look.
How do I use Darkest Spruce Color Hex Code in CSS?
Use it in CSS like this:
background-color: #303f3d;
color: #303f3d;
Or as a CSS variable: --color-primary: #303f3d;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #303f3d;
--color-primary-rgb: 48, 63, 61;
--color-primary-hsl: 172 14% 22%;
--color-primary-text: #ffffff;
colors: {
'darkest-spruce-color-hex-code': {
DEFAULT: '#303f3d',
100: '#ffffff',
200: '#e6eceb',
300: '#cdd9d7',
400: '#b3c6c4',
500: '#9ab3b0',
600: '#2b3836',
700: '#25312f',
800: '#202a29',
900: '#1b2322',
950: '#151c1b',
}
}
'base': #303f3d,
'light': #cdd9d7,
'dark': #25312f,
'rgb': 48, 63, 61
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.