#567006
a deep, electric green · cool · closest name: olivedrab
RGB
86, 112, 6
HSL
75°, 90%, 23%
CMYK
23, 0, 95, 56
Luminance
0.1358
Every format
| HEX | #567006 |
| RGB | rgb(86, 112, 6) |
| HSL | hsl(75, 90%, 23%) |
| CMYK | cmyk(23%, 0%, 95%, 56%) |
| LAB | lab(43.6 -23.6 47.6) |
| LCH | lch(43.6 53.2 116.4) |
| OKLCH | oklch(0.506 0.124 124.3) |
Copy-ready code
/* CSS */
color: #567006;
background-color: #567006;
/* Tailwind (arbitrary) */
class="text-[#567006] bg-[#567006]"
/* SCSS */
$brand: #567006;
/* SwiftUI */
Color(red: 0.337, green: 0.439, blue: 0.024)
/* Android */
Color.parseColor("#567006")Accessibility — WCAG contrast
Aa
#567006 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#567006 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green43.9%
Blue2.4%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow94.6%
Key (black)56.1%
Color previews
#567006 text on a black background
contrast 3.72:1
Card sample
#567006 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #567006;
Background color
Panel with #567006 background
background-color: #567006;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #567006;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 112, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 112, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #567006; background: linear-gradient(135deg, #567006, #0F7006);