#39fdab
a balanced, electric green · cool · closest name: aquamarine
RGB
57, 253, 171
HSL
155°, 98%, 61%
CMYK
78, 0, 32, 1
Luminance
0.7406
Every format
| HEX | #39fdab |
| RGB | rgb(57, 253, 171) |
| HSL | hsl(155, 98%, 61%) |
| CMYK | cmyk(78%, 0%, 32%, 1%) |
| LAB | lab(89.0 -65.1 26.1) |
| LCH | lch(89.0 70.2 158.1) |
| OKLCH | oklch(0.882 0.189 159.5) |
Copy-ready code
/* CSS */
color: #39fdab;
background-color: #39fdab;
/* Tailwind (arbitrary) */
class="text-[#39fdab] bg-[#39fdab]"
/* SCSS */
$brand: #39fdab;
/* SwiftUI */
Color(red: 0.224, green: 0.992, blue: 0.671)
/* Android */
Color.parseColor("#39fdab")Accessibility — WCAG contrast
Aa
#39fdab on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39fdab on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green99.2%
Blue67.1%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow32.4%
Key (black)0.8%
Color previews
#39fdab text on a black background
contrast 15.81:1
Card sample
#39fdab text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39fdab;
Background color
Panel with #39fdab background
background-color: #39fdab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39fdab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 253, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 253, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39fdab; background: linear-gradient(135deg, #39fdab, #39CCFD);