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