#395813
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 88, 19
HSL
87°, 65%, 21%
CMYK
35, 0, 78, 66
Luminance
0.0790
Every format
| HEX | #395813 |
| RGB | rgb(57, 88, 19) |
| HSL | hsl(87, 65%, 21%) |
| CMYK | cmyk(35%, 0%, 78%, 66%) |
| LAB | lab(33.8 -23.6 34.3) |
| LCH | lch(33.8 41.6 124.5) |
| OKLCH | oklch(0.421 0.102 130.9) |
Copy-ready code
/* CSS */
color: #395813;
background-color: #395813;
/* Tailwind (arbitrary) */
class="text-[#395813] bg-[#395813]"
/* SCSS */
$brand: #395813;
/* SwiftUI */
Color(red: 0.224, green: 0.345, blue: 0.075)
/* Android */
Color.parseColor("#395813")Accessibility — WCAG contrast
Aa
#395813 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#395813 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green34.5%
Blue7.5%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow78.4%
Key (black)65.5%
Color previews
#395813 text on a black background
contrast 2.58:1
Card sample
#395813 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #395813;
Background color
Panel with #395813 background
background-color: #395813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #395813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 88, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 88, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #395813; background: linear-gradient(135deg, #395813, #13581B);