#39dcdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 220, 223
HSL
181°, 72%, 55%
CMYK
74, 1, 0, 13
Luminance
0.5738
Every format
| HEX | #39dcdf |
| RGB | rgb(57, 220, 223) |
| HSL | hsl(181, 72%, 55%) |
| CMYK | cmyk(74%, 1%, 0%, 13%) |
| LAB | lab(80.4 -38.9 -13.3) |
| LCH | lch(80.4 41.2 198.9) |
| OKLCH | oklch(0.816 0.128 196.8) |
Copy-ready code
/* CSS */
color: #39dcdf;
background-color: #39dcdf;
/* Tailwind (arbitrary) */
class="text-[#39dcdf] bg-[#39dcdf]"
/* SCSS */
$brand: #39dcdf;
/* SwiftUI */
Color(red: 0.224, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#39dcdf")Accessibility — WCAG contrast
Aa
#39dcdf on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39dcdf on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green86.3%
Blue87.5%
CMYK percentages
Cyan74.4%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#39dcdf text on a black background
contrast 12.48:1
Card sample
#39dcdf text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39dcdf;
Background color
Panel with #39dcdf background
background-color: #39dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39dcdf; background: linear-gradient(135deg, #39dcdf, #396DDF);