#414213
a deep, vivid yellow · cool · closest name: darkslategray
RGB
65, 66, 19
HSL
61°, 55%, 17%
CMYK
2, 0, 71, 74
Luminance
0.0507
Every format
| HEX | #414213 |
| RGB | rgb(65, 66, 19) |
| HSL | hsl(61, 55%, 17%) |
| CMYK | cmyk(2%, 0%, 71%, 74%) |
| LAB | lab(26.9 -7.6 27.5) |
| LCH | lch(26.9 28.5 105.5) |
| OKLCH | oklch(0.367 0.067 110.4) |
Copy-ready code
/* CSS */
color: #414213;
background-color: #414213;
/* Tailwind (arbitrary) */
class="text-[#414213] bg-[#414213]"
/* SCSS */
$brand: #414213;
/* SwiftUI */
Color(red: 0.255, green: 0.259, blue: 0.075)
/* Android */
Color.parseColor("#414213")Accessibility — WCAG contrast
Aa
#414213 on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#414213 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green25.9%
Blue7.5%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow71.2%
Key (black)74.1%
Color previews
#414213 text on a black background
contrast 2.01:1
Card sample
#414213 text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414213;
Background color
Panel with #414213 background
background-color: #414213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 66, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 66, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414213; background: linear-gradient(135deg, #414213, #224213);