#39f5ac
a balanced, electric green · cool · closest name: aquamarine
RGB
57, 245, 172
HSL
157°, 90%, 59%
CMYK
77, 0, 30, 4
Luminance
0.6915
Every format
| HEX | #39f5ac |
| RGB | rgb(57, 245, 172) |
| HSL | hsl(157, 90%, 59%) |
| CMYK | cmyk(77%, 0%, 30%, 4%) |
| LAB | lab(86.6 -62.0 22.4) |
| LCH | lch(86.6 65.9 160.1) |
| OKLCH | oklch(0.863 0.178 161.4) |
Copy-ready code
/* CSS */
color: #39f5ac;
background-color: #39f5ac;
/* Tailwind (arbitrary) */
class="text-[#39f5ac] bg-[#39f5ac]"
/* SCSS */
$brand: #39f5ac;
/* SwiftUI */
Color(red: 0.224, green: 0.961, blue: 0.675)
/* Android */
Color.parseColor("#39f5ac")Accessibility — WCAG contrast
Aa
#39f5ac on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39f5ac on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green96.1%
Blue67.5%
CMYK percentages
Cyan76.7%
Magenta0.0%
Yellow29.8%
Key (black)3.9%
Color previews
#39f5ac text on a black background
contrast 14.83:1
Card sample
#39f5ac text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39f5ac;
Background color
Panel with #39f5ac background
background-color: #39f5ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39f5ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 245, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 245, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39f5ac; background: linear-gradient(135deg, #39f5ac, #39C1F5);