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