#151908
a deep, vivid green · cool · closest name: black
RGB
21, 25, 8
HSL
74°, 52%, 7%
CMYK
16, 0, 68, 90
Luminance
0.0087
Every format
| HEX | #151908 |
| RGB | rgb(21, 25, 8) |
| HSL | hsl(74, 52%, 7%) |
| CMYK | cmyk(16%, 0%, 68%, 90%) |
| LAB | lab(7.9 -5.3 8.4) |
| LCH | lch(7.9 9.9 122.0) |
| OKLCH | oklch(0.204 0.031 120.1) |
Copy-ready code
/* CSS */
color: #151908;
background-color: #151908;
/* Tailwind (arbitrary) */
class="text-[#151908] bg-[#151908]"
/* SCSS */
$brand: #151908;
/* SwiftUI */
Color(red: 0.082, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#151908")Accessibility — WCAG contrast
Aa
#151908 on white: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#151908 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green9.8%
Blue3.1%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#151908 text on a black background
contrast 1.17:1
Card sample
#151908 text on a white background
contrast 17.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #151908;
Background color
Panel with #151908 background
background-color: #151908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #151908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #151908; background: linear-gradient(135deg, #151908, #0A1908);