#39cda2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 205, 162
HSL
163°, 60%, 51%
CMYK
72, 0, 21, 20
Luminance
0.4714
Every format
| HEX | #39cda2 |
| RGB | rgb(57, 205, 162) |
| HSL | hsl(163, 60%, 51%) |
| CMYK | cmyk(72%, 0%, 21%, 20%) |
| LAB | lab(74.3 -48.6 10.4) |
| LCH | lch(74.3 49.7 167.9) |
| OKLCH | oklch(0.761 0.138 168.9) |
Copy-ready code
/* CSS */
color: #39cda2;
background-color: #39cda2;
/* Tailwind (arbitrary) */
class="text-[#39cda2] bg-[#39cda2]"
/* SCSS */
$brand: #39cda2;
/* SwiftUI */
Color(red: 0.224, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#39cda2")Accessibility — WCAG contrast
Aa
#39cda2 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39cda2 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.4%
Blue63.5%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#39cda2 text on a black background
contrast 10.43:1
Card sample
#39cda2 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39cda2;
Background color
Panel with #39cda2 background
background-color: #39cda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39cda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39cda2; background: linear-gradient(135deg, #39cda2, #3995CD);