#39cfd7
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 207, 215
HSL
183°, 66%, 53%
CMYK
74, 4, 0, 16
Luminance
0.5040
Every format
| HEX | #39cfd7 |
| RGB | rgb(57, 207, 215) |
| HSL | hsl(183, 66%, 53%) |
| CMYK | cmyk(74%, 4%, 0%, 16%) |
| LAB | lab(76.3 -35.3 -15.2) |
| LCH | lch(76.3 38.4 203.3) |
| OKLCH | oklch(0.782 0.121 200.4) |
Copy-ready code
/* CSS */
color: #39cfd7;
background-color: #39cfd7;
/* Tailwind (arbitrary) */
class="text-[#39cfd7] bg-[#39cfd7]"
/* SCSS */
$brand: #39cfd7;
/* SwiftUI */
Color(red: 0.224, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#39cfd7")Accessibility — WCAG contrast
Aa
#39cfd7 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cfd7 on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green81.2%
Blue84.3%
CMYK percentages
Cyan73.5%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#39cfd7 text on a black background
contrast 11.08:1
Card sample
#39cfd7 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cfd7;
Background color
Panel with #39cfd7 background
background-color: #39cfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cfd7; background: linear-gradient(135deg, #39cfd7, #3966D7);