#375310
a deep, vivid green · cool · closest name: olivedrab
RGB
55, 83, 16
HSL
85°, 68%, 19%
CMYK
34, 0, 81, 68
Luminance
0.0704
Every format
| HEX | #375310 |
| RGB | rgb(55, 83, 16) |
| HSL | hsl(85, 68%, 19%) |
| CMYK | cmyk(34%, 0%, 81%, 68%) |
| LAB | lab(31.9 -22.1 33.6) |
| LCH | lch(31.9 40.2 123.3) |
| OKLCH | oklch(0.405 0.098 130.0) |
Copy-ready code
/* CSS */
color: #375310;
background-color: #375310;
/* Tailwind (arbitrary) */
class="text-[#375310] bg-[#375310]"
/* SCSS */
$brand: #375310;
/* SwiftUI */
Color(red: 0.216, green: 0.325, blue: 0.063)
/* Android */
Color.parseColor("#375310")Accessibility — WCAG contrast
Aa
#375310 on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#375310 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green32.5%
Blue6.3%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow80.7%
Key (black)67.5%
Color previews
#375310 text on a black background
contrast 2.41:1
Card sample
#375310 text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #375310;
Background color
Panel with #375310 background
background-color: #375310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #375310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 83, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 83, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #375310; background: linear-gradient(135deg, #375310, #105316);