#152607
a deep, vivid green · cool · closest name: black
RGB
21, 38, 7
HSL
93°, 69%, 9%
CMYK
45, 0, 82, 85
Luminance
0.0156
Every format
| HEX | #152607 |
| RGB | rgb(21, 38, 7) |
| HSL | hsl(93, 69%, 9%) |
| CMYK | cmyk(45%, 0%, 82%, 85%) |
| LAB | lab(13.0 -13.9 16.0) |
| LCH | lch(13.0 21.2 131.0) |
| OKLCH | oklch(0.245 0.057 133.3) |
Copy-ready code
/* CSS */
color: #152607;
background-color: #152607;
/* Tailwind (arbitrary) */
class="text-[#152607] bg-[#152607]"
/* SCSS */
$brand: #152607;
/* SwiftUI */
Color(red: 0.082, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#152607")Accessibility — WCAG contrast
Aa
#152607 on white: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#152607 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green14.9%
Blue2.7%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#152607 text on a black background
contrast 1.31:1
Card sample
#152607 text on a white background
contrast 16.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #152607;
Background color
Panel with #152607 background
background-color: #152607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #152607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #152607; background: linear-gradient(135deg, #152607, #07260E);