#39f1ac
a balanced, electric green · cool · closest name: aquamarine
RGB
57, 241, 172
HSL
158°, 87%, 58%
CMYK
76, 0, 29, 6
Luminance
0.6676
Every format
| HEX | #39f1ac |
| RGB | rgb(57, 241, 172) |
| HSL | hsl(158, 87%, 58%) |
| CMYK | cmyk(76%, 0%, 29%, 6%) |
| LAB | lab(85.4 -60.5 20.7) |
| LCH | lch(85.4 63.9 161.1) |
| OKLCH | oklch(0.853 0.173 162.3) |
Copy-ready code
/* CSS */
color: #39f1ac;
background-color: #39f1ac;
/* Tailwind (arbitrary) */
class="text-[#39f1ac] bg-[#39f1ac]"
/* SCSS */
$brand: #39f1ac;
/* SwiftUI */
Color(red: 0.224, green: 0.945, blue: 0.675)
/* Android */
Color.parseColor("#39f1ac")Accessibility — WCAG contrast
Aa
#39f1ac on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39f1ac on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green94.5%
Blue67.5%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow28.6%
Key (black)5.5%
Color previews
#39f1ac text on a black background
contrast 14.35:1
Card sample
#39f1ac text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39f1ac;
Background color
Panel with #39f1ac background
background-color: #39f1ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39f1ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 241, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 241, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39f1ac; background: linear-gradient(135deg, #39f1ac, #39BBF1);