#39ecdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
57, 236, 223
HSL
176°, 83%, 58%
CMYK
76, 0, 6, 8
Luminance
0.6619
Every format
| HEX | #39ecdf |
| RGB | rgb(57, 236, 223) |
| HSL | hsl(176, 83%, 58%) |
| CMYK | cmyk(76%, 0%, 6%, 8%) |
| LAB | lab(85.1 -46.0 -6.3) |
| LCH | lch(85.1 46.5 187.8) |
| OKLCH | oklch(0.855 0.139 187.4) |
Copy-ready code
/* CSS */
color: #39ecdf;
background-color: #39ecdf;
/* Tailwind (arbitrary) */
class="text-[#39ecdf] bg-[#39ecdf]"
/* SCSS */
$brand: #39ecdf;
/* SwiftUI */
Color(red: 0.224, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#39ecdf")Accessibility — WCAG contrast
Aa
#39ecdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ecdf on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green92.5%
Blue87.5%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#39ecdf text on a black background
contrast 14.24:1
Card sample
#39ecdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ecdf;
Background color
Panel with #39ecdf background
background-color: #39ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ecdf; background: linear-gradient(135deg, #39ecdf, #3982EC);