#39dccf
a balanced, vivid cyan · cool · “turquoise”
RGB
57, 220, 207
HSL
175°, 70%, 54%
CMYK
74, 0, 6, 14
Luminance
0.5656
Every format
| HEX | #39dccf |
| RGB | rgb(57, 220, 207) |
| HSL | hsl(175, 70%, 54%) |
| CMYK | cmyk(74%, 0%, 6%, 14%) |
| LAB | lab(79.9 -43.4 -5.5) |
| LCH | lch(79.9 43.8 187.2) |
| OKLCH | oklch(0.811 0.130 186.9) |
Copy-ready code
/* CSS */
color: #39dccf;
background-color: #39dccf;
/* Tailwind (arbitrary) */
class="text-[#39dccf] bg-[#39dccf]"
/* SCSS */
$brand: #39dccf;
/* SwiftUI */
Color(red: 0.224, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#39dccf")Accessibility — WCAG contrast
Aa
#39dccf on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39dccf on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green86.3%
Blue81.2%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#39dccf text on a black background
contrast 12.31:1
Card sample
#39dccf text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39dccf;
Background color
Panel with #39dccf background
background-color: #39dccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39dccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39dccf; background: linear-gradient(135deg, #39dccf, #397CDC);