#39dacf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 218, 207
HSL
176°, 69%, 54%
CMYK
74, 0, 5, 15
Luminance
0.5552
Every format
| HEX | #39dacf |
| RGB | rgb(57, 218, 207) |
| HSL | hsl(176, 69%, 54%) |
| CMYK | cmyk(74%, 0%, 5%, 15%) |
| LAB | lab(79.3 -42.5 -6.4) |
| LCH | lch(79.3 43.0 188.5) |
| OKLCH | oklch(0.806 0.129 188.0) |
Copy-ready code
/* CSS */
color: #39dacf;
background-color: #39dacf;
/* Tailwind (arbitrary) */
class="text-[#39dacf] bg-[#39dacf]"
/* SCSS */
$brand: #39dacf;
/* SwiftUI */
Color(red: 0.224, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#39dacf")Accessibility — WCAG contrast
Aa
#39dacf on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39dacf on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green85.5%
Blue81.2%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#39dacf text on a black background
contrast 12.10:1
Card sample
#39dacf text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39dacf;
Background color
Panel with #39dacf background
background-color: #39dacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39dacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39dacf; background: linear-gradient(135deg, #39dacf, #397ADA);