#06331c
a deep, electric green · cool · closest name: darkslategray
RGB
6, 51, 28
HSL
149°, 79%, 11%
CMYK
88, 0, 45, 80
Luminance
0.0249
Every format
| HEX | #06331c |
| RGB | rgb(6, 51, 28) |
| HSL | hsl(149, 79%, 11%) |
| CMYK | cmyk(88%, 0%, 45%, 80%) |
| LAB | lab(17.9 -21.5 10.4) |
| LCH | lch(17.9 23.9 154.1) |
| OKLCH | oklch(0.285 0.064 155.8) |
Copy-ready code
/* CSS */
color: #06331c;
background-color: #06331c;
/* Tailwind (arbitrary) */
class="text-[#06331c] bg-[#06331c]"
/* SCSS */
$brand: #06331c;
/* SwiftUI */
Color(red: 0.024, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#06331c")Accessibility — WCAG contrast
Aa
#06331c on white: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06331c on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green20.0%
Blue11.0%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow45.1%
Key (black)80.0%
Color previews
#06331c text on a black background
contrast 1.50:1
Card sample
#06331c text on a white background
contrast 14.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06331c;
Background color
Panel with #06331c background
background-color: #06331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06331c; background: linear-gradient(135deg, #06331c, #062C33);