#212708
a deep, vivid green · cool · closest name: black
RGB
33, 39, 8
HSL
72°, 66%, 9%
CMYK
15, 0, 80, 85
Luminance
0.0179
Every format
| HEX | #212708 |
| RGB | rgb(33, 39, 8) |
| HSL | hsl(72, 66%, 9%) |
| CMYK | cmyk(15%, 0%, 80%, 85%) |
| LAB | lab(14.3 -8.4 17.6) |
| LCH | lch(14.3 19.5 115.5) |
| OKLCH | oklch(0.259 0.050 119.3) |
Copy-ready code
/* CSS */
color: #212708;
background-color: #212708;
/* Tailwind (arbitrary) */
class="text-[#212708] bg-[#212708]"
/* SCSS */
$brand: #212708;
/* SwiftUI */
Color(red: 0.129, green: 0.153, blue: 0.031)
/* Android */
Color.parseColor("#212708")Accessibility — WCAG contrast
Aa
#212708 on white: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#212708 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green15.3%
Blue3.1%
CMYK percentages
Cyan15.4%
Magenta0.0%
Yellow79.5%
Key (black)84.7%
Color previews
#212708 text on a black background
contrast 1.36:1
Card sample
#212708 text on a white background
contrast 15.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #212708;
Background color
Panel with #212708 background
background-color: #212708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #212708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 39, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 39, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #212708; background: linear-gradient(135deg, #212708, #0C2708);