#06110c
a deep, vivid green · cool · closest name: black
RGB
6, 17, 12
HSL
153°, 48%, 5%
CMYK
65, 0, 29, 93
Luminance
0.0047
Every format
| HEX | #06110c |
| RGB | rgb(6, 17, 12) |
| HSL | hsl(153, 48%, 5%) |
| CMYK | cmyk(65%, 0%, 29%, 93%) |
| LAB | lab(4.2 -4.1 1.3) |
| LCH | lch(4.2 4.3 163.1) |
| OKLCH | oklch(0.165 0.020 164.8) |
Copy-ready code
/* CSS */
color: #06110c;
background-color: #06110c;
/* Tailwind (arbitrary) */
class="text-[#06110c] bg-[#06110c]"
/* SCSS */
$brand: #06110c;
/* SwiftUI */
Color(red: 0.024, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#06110c")Accessibility — WCAG contrast
Aa
#06110c on white: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06110c on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green6.7%
Blue4.7%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow29.4%
Key (black)93.3%
Color previews
#06110c text on a black background
contrast 1.09:1
Card sample
#06110c text on a white background
contrast 19.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06110c;
Background color
Panel with #06110c background
background-color: #06110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06110c; background: linear-gradient(135deg, #06110c, #060F11);