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