#387213
a dark, vivid green · cool · closest name: olivedrab
RGB
56, 114, 19
HSL
97°, 71%, 26%
CMYK
51, 0, 83, 55
Luminance
0.1292
Every format
| HEX | #387213 |
| RGB | rgb(56, 114, 19) |
| HSL | hsl(97, 71%, 26%) |
| CMYK | cmyk(51%, 0%, 83%, 55%) |
| LAB | lab(42.6 -35.8 42.8) |
| LCH | lch(42.6 55.8 129.9) |
| OKLCH | oklch(0.494 0.138 136.5) |
Copy-ready code
/* CSS */
color: #387213;
background-color: #387213;
/* Tailwind (arbitrary) */
class="text-[#387213] bg-[#387213]"
/* SCSS */
$brand: #387213;
/* SwiftUI */
Color(red: 0.220, green: 0.447, blue: 0.075)
/* Android */
Color.parseColor("#387213")Accessibility — WCAG contrast
Aa
#387213 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#387213 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green44.7%
Blue7.5%
CMYK percentages
Cyan50.9%
Magenta0.0%
Yellow83.3%
Key (black)55.3%
Color previews
#387213 text on a black background
contrast 3.58:1
Card sample
#387213 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #387213;
Background color
Panel with #387213 background
background-color: #387213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #387213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 114, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 114, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #387213; background: linear-gradient(135deg, #387213, #13722D);