#39eed2
a balanced, electric cyan · cool · closest name: turquoise
RGB
57, 238, 210
HSL
171°, 84%, 58%
CMYK
76, 0, 12, 7
Luminance
0.6667
Every format
| HEX | #39eed2 |
| RGB | rgb(57, 238, 210) |
| HSL | hsl(171, 84%, 58%) |
| CMYK | cmyk(76%, 0%, 12%, 7%) |
| LAB | lab(85.3 -50.3 0.9) |
| LCH | lch(85.3 50.3 179.0) |
| OKLCH | oklch(0.855 0.145 179.4) |
Copy-ready code
/* CSS */
color: #39eed2;
background-color: #39eed2;
/* Tailwind (arbitrary) */
class="text-[#39eed2] bg-[#39eed2]"
/* SCSS */
$brand: #39eed2;
/* SwiftUI */
Color(red: 0.224, green: 0.933, blue: 0.824)
/* Android */
Color.parseColor("#39eed2")Accessibility — WCAG contrast
Aa
#39eed2 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39eed2 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green93.3%
Blue82.4%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow11.8%
Key (black)6.7%
Color previews
#39eed2 text on a black background
contrast 14.33:1
Card sample
#39eed2 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39eed2;
Background color
Panel with #39eed2 background
background-color: #39eed2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39eed2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 238, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 238, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39eed2; background: linear-gradient(135deg, #39eed2, #3991EE);