#399310
a dark, electric green · cool · closest name: green
RGB
57, 147, 16
HSL
101°, 80%, 32%
CMYK
61, 0, 89, 42
Luminance
0.2177
Every format
| HEX | #399310 |
| RGB | rgb(57, 147, 16) |
| HSL | hsl(101, 80%, 32%) |
| CMYK | cmyk(61%, 0%, 89%, 42%) |
| LAB | lab(53.8 -48.5 53.6) |
| LCH | lch(53.8 72.3 132.2) |
| OKLCH | oklch(0.586 0.178 138.9) |
Copy-ready code
/* CSS */
color: #399310;
background-color: #399310;
/* Tailwind (arbitrary) */
class="text-[#399310] bg-[#399310]"
/* SCSS */
$brand: #399310;
/* SwiftUI */
Color(red: 0.224, green: 0.576, blue: 0.063)
/* Android */
Color.parseColor("#399310")Accessibility — WCAG contrast
Aa
#399310 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#399310 on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green57.6%
Blue6.3%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow89.1%
Key (black)42.4%
Color previews
#399310 text on a black background
contrast 5.35:1
Card sample
#399310 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #399310;
Background color
Panel with #399310 background
background-color: #399310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #399310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 147, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 147, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #399310; background: linear-gradient(135deg, #399310, #10933E);