#375206
a deep, electric green · cool · closest name: olivedrab
RGB
55, 82, 6
HSL
81°, 86%, 17%
CMYK
33, 0, 93, 68
Luminance
0.0686
Every format
| HEX | #375206 |
| RGB | rgb(55, 82, 6) |
| HSL | hsl(81, 86%, 17%) |
| CMYK | cmyk(33%, 0%, 93%, 68%) |
| LAB | lab(31.5 -22.1 36.7) |
| LCH | lch(31.5 42.9 121.1) |
| OKLCH | oklch(0.402 0.102 128.7) |
Copy-ready code
/* CSS */
color: #375206;
background-color: #375206;
/* Tailwind (arbitrary) */
class="text-[#375206] bg-[#375206]"
/* SCSS */
$brand: #375206;
/* SwiftUI */
Color(red: 0.216, green: 0.322, blue: 0.024)
/* Android */
Color.parseColor("#375206")Accessibility — WCAG contrast
Aa
#375206 on white: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#375206 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green32.2%
Blue2.4%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow92.7%
Key (black)67.8%
Color previews
#375206 text on a black background
contrast 2.37:1
Card sample
#375206 text on a white background
contrast 8.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #375206;
Background color
Panel with #375206 background
background-color: #375206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #375206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 82, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 82, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #375206; background: linear-gradient(135deg, #375206, #065208);