#39dac3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 218, 195
HSL
171°, 69%, 54%
CMYK
74, 0, 11, 15
Luminance
0.5495
Every format
| HEX | #39dac3 |
| RGB | rgb(57, 218, 195) |
| HSL | hsl(171, 69%, 54%) |
| CMYK | cmyk(74%, 0%, 11%, 15%) |
| LAB | lab(79.0 -45.8 -0.4) |
| LCH | lch(79.0 45.8 180.5) |
| OKLCH | oklch(0.802 0.133 180.8) |
Copy-ready code
/* CSS */
color: #39dac3;
background-color: #39dac3;
/* Tailwind (arbitrary) */
class="text-[#39dac3] bg-[#39dac3]"
/* SCSS */
$brand: #39dac3;
/* SwiftUI */
Color(red: 0.224, green: 0.855, blue: 0.765)
/* Android */
Color.parseColor("#39dac3")Accessibility — WCAG contrast
Aa
#39dac3 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39dac3 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green85.5%
Blue76.5%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow10.6%
Key (black)14.5%
Color previews
#39dac3 text on a black background
contrast 11.99:1
Card sample
#39dac3 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39dac3;
Background color
Panel with #39dac3 background
background-color: #39dac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39dac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 218, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 218, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39dac3; background: linear-gradient(135deg, #39dac3, #3986DA);