#211908
a deep, vivid yellow · warm · closest name: black
RGB
33, 25, 8
HSL
41°, 61%, 8%
CMYK
0, 24, 76, 87
Luminance
0.0104
Every format
| HEX | #211908 |
| RGB | rgb(33, 25, 8) |
| HSL | hsl(41, 61%, 8%) |
| CMYK | cmyk(0%, 24%, 76%, 87%) |
| LAB | lab(9.3 1.2 10.6) |
| LCH | lch(9.3 10.7 83.4) |
| OKLCH | oklch(0.218 0.032 84.6) |
Copy-ready code
/* CSS */
color: #211908;
background-color: #211908;
/* Tailwind (arbitrary) */
class="text-[#211908] bg-[#211908]"
/* SCSS */
$brand: #211908;
/* SwiftUI */
Color(red: 0.129, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#211908")Accessibility — WCAG contrast
Aa
#211908 on white: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211908 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta24.2%
Yellow75.8%
Key (black)87.1%
Color previews
#211908 text on a black background
contrast 1.21:1
Card sample
#211908 text on a white background
contrast 17.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211908;
Background color
Panel with #211908 background
background-color: #211908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211908; background: linear-gradient(135deg, #211908, #182108);