#39cc8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
57, 204, 143
HSL
155°, 59%, 51%
CMYK
72, 0, 30, 20
Luminance
0.4604
Every format
| HEX | #39cc8f |
| RGB | rgb(57, 204, 143) |
| HSL | hsl(155, 59%, 51%) |
| CMYK | cmyk(72%, 0%, 30%, 20%) |
| LAB | lab(73.6 -52.5 19.6) |
| LCH | lch(73.6 56.0 159.5) |
| OKLCH | oklch(0.754 0.151 160.8) |
Copy-ready code
/* CSS */
color: #39cc8f;
background-color: #39cc8f;
/* Tailwind (arbitrary) */
class="text-[#39cc8f] bg-[#39cc8f]"
/* SCSS */
$brand: #39cc8f;
/* SwiftUI */
Color(red: 0.224, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#39cc8f")Accessibility — WCAG contrast
Aa
#39cc8f on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cc8f on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.0%
Blue56.1%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#39cc8f text on a black background
contrast 10.21:1
Card sample
#39cc8f text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cc8f;
Background color
Panel with #39cc8f background
background-color: #39cc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cc8f; background: linear-gradient(135deg, #39cc8f, #39A7CC);