#39ac0f
a dark, electric green · cool · closest name: green
RGB
57, 172, 15
HSL
104°, 84%, 37%
CMYK
67, 0, 91, 33
Luminance
0.3041
Every format
| HEX | #39ac0f |
| RGB | rgb(57, 172, 15) |
| HSL | hsl(104, 84%, 37%) |
| CMYK | cmyk(67%, 0%, 91%, 33%) |
| LAB | lab(62.0 -57.2 60.8) |
| LCH | lch(62.0 83.4 133.2) |
| OKLCH | oklch(0.654 0.205 139.9) |
Copy-ready code
/* CSS */
color: #39ac0f;
background-color: #39ac0f;
/* Tailwind (arbitrary) */
class="text-[#39ac0f] bg-[#39ac0f]"
/* SCSS */
$brand: #39ac0f;
/* SwiftUI */
Color(red: 0.224, green: 0.675, blue: 0.059)
/* Android */
Color.parseColor("#39ac0f")Accessibility — WCAG contrast
Aa
#39ac0f on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ac0f on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green67.5%
Blue5.9%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow91.3%
Key (black)32.5%
Color previews
#39ac0f text on a black background
contrast 7.08:1
Card sample
#39ac0f text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ac0f;
Background color
Panel with #39ac0f background
background-color: #39ac0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ac0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 172, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 172, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ac0f; background: linear-gradient(135deg, #39ac0f, #0FAC4E);