#151c05
a deep, vivid green · cool · closest name: black
RGB
21, 28, 5
HSL
78°, 70%, 7%
CMYK
25, 0, 82, 89
Luminance
0.0100
Every format
| HEX | #151c05 |
| RGB | rgb(21, 28, 5) |
| HSL | hsl(78, 70%, 7%) |
| CMYK | cmyk(25%, 0%, 82%, 89%) |
| LAB | lab(9.0 -8.0 11.3) |
| LCH | lch(9.0 13.8 125.3) |
| OKLCH | oklch(0.213 0.042 123.7) |
Copy-ready code
/* CSS */
color: #151c05;
background-color: #151c05;
/* Tailwind (arbitrary) */
class="text-[#151c05] bg-[#151c05]"
/* SCSS */
$brand: #151c05;
/* SwiftUI */
Color(red: 0.082, green: 0.110, blue: 0.020)
/* Android */
Color.parseColor("#151c05")Accessibility — WCAG contrast
Aa
#151c05 on white: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#151c05 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green11.0%
Blue2.0%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow82.1%
Key (black)89.0%
Color previews
#151c05 text on a black background
contrast 1.20:1
Card sample
#151c05 text on a white background
contrast 17.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #151c05;
Background color
Panel with #151c05 background
background-color: #151c05;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #151c05;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 28, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 28, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #151c05; background: linear-gradient(135deg, #151c05, #061C05);