#414338
a deep, muted green · cool · closest name: darkslategray
RGB
65, 67, 56
HSL
71°, 9%, 24%
CMYK
3, 0, 16, 74
Luminance
0.0542
Every format
| HEX | #414338 |
| RGB | rgb(65, 67, 56) |
| HSL | hsl(71, 9%, 24%) |
| CMYK | cmyk(3%, 0%, 16%, 74%) |
| LAB | lab(27.9 -3.2 6.4) |
| LCH | lch(27.9 7.2 116.2) |
| OKLCH | oklch(0.377 0.018 115.7) |
Copy-ready code
/* CSS */
color: #414338;
background-color: #414338;
/* Tailwind (arbitrary) */
class="text-[#414338] bg-[#414338]"
/* SCSS */
$brand: #414338;
/* SwiftUI */
Color(red: 0.255, green: 0.263, blue: 0.220)
/* Android */
Color.parseColor("#414338")Accessibility — WCAG contrast
Aa
#414338 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#414338 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green26.3%
Blue22.0%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow16.4%
Key (black)73.7%
Color previews
#414338 text on a black background
contrast 2.08:1
Card sample
#414338 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #414338;
Background color
Panel with #414338 background
background-color: #414338;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #414338;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 67, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 67, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #414338; background: linear-gradient(135deg, #414338, #3A4338);