#06150f
a deep, vivid green · cool · closest name: black
RGB
6, 21, 15
HSL
156°, 56%, 5%
CMYK
71, 0, 29, 92
Luminance
0.0061
Every format
| HEX | #06150f |
| RGB | rgb(6, 21, 15) |
| HSL | hsl(156, 56%, 5%) |
| CMYK | cmyk(71%, 0%, 29%, 92%) |
| LAB | lab(5.5 -6.1 1.7) |
| LCH | lch(5.5 6.4 164.8) |
| OKLCH | oklch(0.180 0.025 166.4) |
Copy-ready code
/* CSS */
color: #06150f;
background-color: #06150f;
/* Tailwind (arbitrary) */
class="text-[#06150f] bg-[#06150f]"
/* SCSS */
$brand: #06150f;
/* SwiftUI */
Color(red: 0.024, green: 0.082, blue: 0.059)
/* Android */
Color.parseColor("#06150f")Accessibility — WCAG contrast
Aa
#06150f on white: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06150f on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green8.2%
Blue5.9%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow28.6%
Key (black)91.8%
Color previews
#06150f text on a black background
contrast 1.12:1
Card sample
#06150f text on a white background
contrast 18.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06150f;
Background color
Panel with #06150f background
background-color: #06150f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06150f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 21, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 21, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06150f; background: linear-gradient(135deg, #06150f, #061115);