#39ceab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 206, 171
HSL
166°, 60%, 52%
CMYK
72, 0, 17, 19
Luminance
0.4795
Every format
| HEX | #39ceab |
| RGB | rgb(57, 206, 171) |
| HSL | hsl(166, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 17%, 19%) |
| LAB | lab(74.8 -46.8 6.3) |
| LCH | lch(74.8 47.2 172.3) |
| OKLCH | oklch(0.766 0.133 173.1) |
Copy-ready code
/* CSS */
color: #39ceab;
background-color: #39ceab;
/* Tailwind (arbitrary) */
class="text-[#39ceab] bg-[#39ceab]"
/* SCSS */
$brand: #39ceab;
/* SwiftUI */
Color(red: 0.224, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#39ceab")Accessibility — WCAG contrast
Aa
#39ceab on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ceab on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.8%
Blue67.1%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#39ceab text on a black background
contrast 10.59:1
Card sample
#39ceab text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ceab;
Background color
Panel with #39ceab background
background-color: #39ceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ceab; background: linear-gradient(135deg, #39ceab, #398ECE);