#39cfd3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 207, 211
HSL
182°, 64%, 53%
CMYK
73, 2, 0, 17
Luminance
0.5020
Every format
| HEX | #39cfd3 |
| RGB | rgb(57, 207, 211) |
| HSL | hsl(182, 64%, 53%) |
| CMYK | cmyk(73%, 2%, 0%, 17%) |
| LAB | lab(76.2 -36.4 -13.2) |
| LCH | lch(76.2 38.7 199.9) |
| OKLCH | oklch(0.781 0.121 197.7) |
Copy-ready code
/* CSS */
color: #39cfd3;
background-color: #39cfd3;
/* Tailwind (arbitrary) */
class="text-[#39cfd3] bg-[#39cfd3]"
/* SCSS */
$brand: #39cfd3;
/* SwiftUI */
Color(red: 0.224, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#39cfd3")Accessibility — WCAG contrast
Aa
#39cfd3 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cfd3 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green81.2%
Blue82.7%
CMYK percentages
Cyan73.0%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#39cfd3 text on a black background
contrast 11.04:1
Card sample
#39cfd3 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cfd3;
Background color
Panel with #39cfd3 background
background-color: #39cfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cfd3; background: linear-gradient(135deg, #39cfd3, #3968D3);