#39ccc9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 204, 201
HSL
179°, 59%, 51%
CMYK
72, 0, 2, 20
Luminance
0.4827
Every format
| HEX | #39ccc9 |
| RGB | rgb(57, 204, 201) |
| HSL | hsl(179, 59%, 51%) |
| CMYK | cmyk(72%, 0%, 2%, 20%) |
| LAB | lab(75.0 -37.9 -9.6) |
| LCH | lch(75.0 39.1 194.2) |
| OKLCH | oklch(0.770 0.119 192.9) |
Copy-ready code
/* CSS */
color: #39ccc9;
background-color: #39ccc9;
/* Tailwind (arbitrary) */
class="text-[#39ccc9] bg-[#39ccc9]"
/* SCSS */
$brand: #39ccc9;
/* SwiftUI */
Color(red: 0.224, green: 0.800, blue: 0.788)
/* Android */
Color.parseColor("#39ccc9")Accessibility — WCAG contrast
Aa
#39ccc9 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ccc9 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.0%
Blue78.8%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow1.5%
Key (black)20.0%
Color previews
#39ccc9 text on a black background
contrast 10.65:1
Card sample
#39ccc9 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ccc9;
Background color
Panel with #39ccc9 background
background-color: #39ccc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ccc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 204, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 204, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ccc9; background: linear-gradient(135deg, #39ccc9, #396DCC);