#414021
a deep, soft yellow · cool · closest name: darkslategray
RGB
65, 64, 33
HSL
58°, 33%, 19%
CMYK
0, 2, 49, 75
Luminance
0.0490
Every format
| HEX | #414021 |
| RGB | rgb(65, 64, 33) |
| HSL | hsl(58, 33%, 19%) |
| CMYK | cmyk(0%, 2%, 49%, 75%) |
| LAB | lab(26.4 -5.0 19.1) |
| LCH | lch(26.4 19.7 104.6) |
| OKLCH | oklch(0.364 0.048 106.9) |
Copy-ready code
/* CSS */
color: #414021;
background-color: #414021;
/* Tailwind (arbitrary) */
class="text-[#414021] bg-[#414021]"
/* SCSS */
$brand: #414021;
/* SwiftUI */
Color(red: 0.255, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#414021")Accessibility — WCAG contrast
Aa
#414021 on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#414021 on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow49.2%
Key (black)74.5%
Color previews
#414021 text on a black background
contrast 1.98:1
Card sample
#414021 text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414021;
Background color
Panel with #414021 background
background-color: #414021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414021; background: linear-gradient(135deg, #414021, #2D4121);