#39c080
a balanced, vivid green · cool · closest name: seagreen
RGB
57, 192, 128
HSL
152°, 54%, 49%
CMYK
70, 0, 33, 25
Luminance
0.4013
Every format
| HEX | #39c080 |
| RGB | rgb(57, 192, 128) |
| HSL | hsl(152, 54%, 49%) |
| CMYK | cmyk(70%, 0%, 33%, 25%) |
| LAB | lab(69.6 -50.9 22.1) |
| LCH | lch(69.6 55.5 156.6) |
| OKLCH | oklch(0.720 0.149 158.0) |
Copy-ready code
/* CSS */
color: #39c080;
background-color: #39c080;
/* Tailwind (arbitrary) */
class="text-[#39c080] bg-[#39c080]"
/* SCSS */
$brand: #39c080;
/* SwiftUI */
Color(red: 0.224, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#39c080")Accessibility — WCAG contrast
Aa
#39c080 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39c080 on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green75.3%
Blue50.2%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#39c080 text on a black background
contrast 9.03:1
Card sample
#39c080 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39c080;
Background color
Panel with #39c080 background
background-color: #39c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39c080; background: linear-gradient(135deg, #39c080, #39A6C0);