#151f0e
a deep, soft green · cool · closest name: black
RGB
21, 31, 14
HSL
95°, 38%, 9%
CMYK
32, 0, 55, 88
Luminance
0.0117
Every format
| HEX | #151f0e |
| RGB | rgb(21, 31, 14) |
| HSL | hsl(95, 38%, 9%) |
| CMYK | cmyk(32%, 0%, 55%, 88%) |
| LAB | lab(10.3 -8.6 9.3) |
| LCH | lch(10.3 12.7 132.7) |
| OKLCH | oklch(0.224 0.034 133.3) |
Copy-ready code
/* CSS */
color: #151f0e;
background-color: #151f0e;
/* Tailwind (arbitrary) */
class="text-[#151f0e] bg-[#151f0e]"
/* SCSS */
$brand: #151f0e;
/* SwiftUI */
Color(red: 0.082, green: 0.122, blue: 0.055)
/* Android */
Color.parseColor("#151f0e")Accessibility — WCAG contrast
Aa
#151f0e on white: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#151f0e on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green12.2%
Blue5.5%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow54.8%
Key (black)87.8%
Color previews
#151f0e text on a black background
contrast 1.23:1
Card sample
#151f0e text on a white background
contrast 17.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #151f0e;
Background color
Panel with #151f0e background
background-color: #151f0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #151f0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 31, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 31, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #151f0e; background: linear-gradient(135deg, #151f0e, #0E1F12);