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