#394607
a deep, electric green · cool · closest name: olive
RGB
57, 70, 7
HSL
72°, 82%, 15%
CMYK
19, 0, 90, 73
Luminance
0.0527
Every format
| HEX | #394607 |
| RGB | rgb(57, 70, 7) |
| HSL | hsl(72, 82%, 15%) |
| CMYK | cmyk(19%, 0%, 90%, 73%) |
| LAB | lab(27.5 -14.7 32.9) |
| LCH | lch(27.5 36.1 114.1) |
| OKLCH | oklch(0.370 0.084 121.4) |
Copy-ready code
/* CSS */
color: #394607;
background-color: #394607;
/* Tailwind (arbitrary) */
class="text-[#394607] bg-[#394607]"
/* SCSS */
$brand: #394607;
/* SwiftUI */
Color(red: 0.224, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#394607")Accessibility — WCAG contrast
Aa
#394607 on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#394607 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green27.5%
Blue2.7%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow90.0%
Key (black)72.5%
Color previews
#394607 text on a black background
contrast 2.05:1
Card sample
#394607 text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #394607;
Background color
Panel with #394607 background
background-color: #394607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #394607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #394607; background: linear-gradient(135deg, #394607, #0F4607);