#395213
a deep, vivid green · cool · closest name: olivedrab
RGB
57, 82, 19
HSL
84°, 62%, 20%
CMYK
31, 0, 77, 68
Luminance
0.0695
Every format
| HEX | #395213 |
| RGB | rgb(57, 82, 19) |
| HSL | hsl(84, 62%, 20%) |
| CMYK | cmyk(31%, 0%, 77%, 68%) |
| LAB | lab(31.7 -20.5 32.2) |
| LCH | lch(31.7 38.2 122.5) |
| OKLCH | oklch(0.404 0.093 128.8) |
Copy-ready code
/* CSS */
color: #395213;
background-color: #395213;
/* Tailwind (arbitrary) */
class="text-[#395213] bg-[#395213]"
/* SCSS */
$brand: #395213;
/* SwiftUI */
Color(red: 0.224, green: 0.322, blue: 0.075)
/* Android */
Color.parseColor("#395213")Accessibility — WCAG contrast
Aa
#395213 on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#395213 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green32.2%
Blue7.5%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow76.8%
Key (black)67.8%
Color previews
#395213 text on a black background
contrast 2.39:1
Card sample
#395213 text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #395213;
Background color
Panel with #395213 background
background-color: #395213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #395213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 82, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 82, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #395213; background: linear-gradient(135deg, #395213, #135217);