#399913
a dark, electric green · cool · closest name: green
RGB
57, 153, 19
HSL
103°, 78%, 34%
CMYK
63, 0, 88, 40
Luminance
0.2370
Every format
| HEX | #399913 |
| RGB | rgb(57, 153, 19) |
| HSL | hsl(103, 78%, 34%) |
| CMYK | cmyk(63%, 0%, 88%, 40%) |
| LAB | lab(55.8 -50.5 54.6) |
| LCH | lch(55.8 74.4 132.8) |
| OKLCH | oklch(0.602 0.183 139.3) |
Copy-ready code
/* CSS */
color: #399913;
background-color: #399913;
/* Tailwind (arbitrary) */
class="text-[#399913] bg-[#399913]"
/* SCSS */
$brand: #399913;
/* SwiftUI */
Color(red: 0.224, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#399913")Accessibility — WCAG contrast
Aa
#399913 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#399913 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green60.0%
Blue7.5%
CMYK percentages
Cyan62.7%
Magenta0.0%
Yellow87.6%
Key (black)40.0%
Color previews
#399913 text on a black background
contrast 5.74:1
Card sample
#399913 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #399913;
Background color
Panel with #399913 background
background-color: #399913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #399913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #399913; background: linear-gradient(135deg, #399913, #139946);