#39d4ac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 212, 172
HSL
165°, 64%, 53%
CMYK
73, 0, 19, 17
Luminance
0.5094
Every format
| HEX | #39d4ac |
| RGB | rgb(57, 212, 172) |
| HSL | hsl(165, 64%, 53%) |
| CMYK | cmyk(73%, 0%, 19%, 17%) |
| LAB | lab(76.6 -49.0 8.4) |
| LCH | lch(76.6 49.8 170.2) |
| OKLCH | oklch(0.781 0.139 171.1) |
Copy-ready code
/* CSS */
color: #39d4ac;
background-color: #39d4ac;
/* Tailwind (arbitrary) */
class="text-[#39d4ac] bg-[#39d4ac]"
/* SCSS */
$brand: #39d4ac;
/* SwiftUI */
Color(red: 0.224, green: 0.831, blue: 0.675)
/* Android */
Color.parseColor("#39d4ac")Accessibility — WCAG contrast
Aa
#39d4ac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39d4ac on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green83.1%
Blue67.5%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow18.9%
Key (black)16.9%
Color previews
#39d4ac text on a black background
contrast 11.19:1
Card sample
#39d4ac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39d4ac;
Background color
Panel with #39d4ac background
background-color: #39d4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39d4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 212, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 212, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39d4ac; background: linear-gradient(135deg, #39d4ac, #3995D4);