#39d2ae
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 210, 174
HSL
166°, 63%, 52%
CMYK
73, 0, 17, 18
Luminance
0.5002
Every format
| HEX | #39d2ae |
| RGB | rgb(57, 210, 174) |
| HSL | hsl(166, 63%, 52%) |
| CMYK | cmyk(73%, 0%, 17%, 18%) |
| LAB | lab(76.1 -47.7 6.6) |
| LCH | lch(76.1 48.2 172.2) |
| OKLCH | oklch(0.777 0.136 173.0) |
Copy-ready code
/* CSS */
color: #39d2ae;
background-color: #39d2ae;
/* Tailwind (arbitrary) */
class="text-[#39d2ae] bg-[#39d2ae]"
/* SCSS */
$brand: #39d2ae;
/* SwiftUI */
Color(red: 0.224, green: 0.824, blue: 0.682)
/* Android */
Color.parseColor("#39d2ae")Accessibility — WCAG contrast
Aa
#39d2ae on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39d2ae on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green82.4%
Blue68.2%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow17.1%
Key (black)17.6%
Color previews
#39d2ae text on a black background
contrast 11.00:1
Card sample
#39d2ae text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39d2ae;
Background color
Panel with #39d2ae background
background-color: #39d2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39d2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 210, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 210, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39d2ae; background: linear-gradient(135deg, #39d2ae, #3990D2);