#39b66f
a balanced, vivid green · cool · closest name: seagreen
RGB
57, 182, 111
HSL
146°, 52%, 47%
CMYK
69, 0, 39, 29
Luminance
0.3547
Every format
| HEX | #39b66f |
| RGB | rgb(57, 182, 111) |
| HSL | hsl(146, 52%, 47%) |
| CMYK | cmyk(69%, 0%, 39%, 29%) |
| LAB | lab(66.1 -50.3 26.5) |
| LCH | lch(66.1 56.9 152.3) |
| OKLCH | oklch(0.691 0.151 154.1) |
Copy-ready code
/* CSS */
color: #39b66f;
background-color: #39b66f;
/* Tailwind (arbitrary) */
class="text-[#39b66f] bg-[#39b66f]"
/* SCSS */
$brand: #39b66f;
/* SwiftUI */
Color(red: 0.224, green: 0.714, blue: 0.435)
/* Android */
Color.parseColor("#39b66f")Accessibility — WCAG contrast
Aa
#39b66f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39b66f on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green71.4%
Blue43.5%
CMYK percentages
Cyan68.7%
Magenta0.0%
Yellow39.0%
Key (black)28.6%
Color previews
#39b66f text on a black background
contrast 8.09:1
Card sample
#39b66f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39b66f;
Background color
Panel with #39b66f background
background-color: #39b66f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39b66f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 182, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 182, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39b66f; background: linear-gradient(135deg, #39b66f, #39AAB6);