#06321f
a deep, electric green · cool · closest name: darkslategray
RGB
6, 50, 31
HSL
154°, 79%, 11%
CMYK
88, 0, 38, 80
Luminance
0.0242
Every format
| HEX | #06321f |
| RGB | rgb(6, 50, 31) |
| HSL | hsl(154, 79%, 11%) |
| CMYK | cmyk(88%, 0%, 38%, 80%) |
| LAB | lab(17.6 -20.2 8.0) |
| LCH | lch(17.6 21.8 158.4) |
| OKLCH | oklch(0.282 0.059 159.8) |
Copy-ready code
/* CSS */
color: #06321f;
background-color: #06321f;
/* Tailwind (arbitrary) */
class="text-[#06321f] bg-[#06321f]"
/* SCSS */
$brand: #06321f;
/* SwiftUI */
Color(red: 0.024, green: 0.196, blue: 0.122)
/* Android */
Color.parseColor("#06321f")Accessibility — WCAG contrast
Aa
#06321f on white: 14.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#06321f on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green19.6%
Blue12.2%
CMYK percentages
Cyan88.0%
Magenta0.0%
Yellow38.0%
Key (black)80.4%
Color previews
#06321f text on a black background
contrast 1.48:1
Card sample
#06321f text on a white background
contrast 14.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06321f;
Background color
Panel with #06321f background
background-color: #06321f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06321f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 50, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 50, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06321f; background: linear-gradient(135deg, #06321f, #062832);