#39d3ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 211, 186
HSL
170°, 64%, 53%
CMYK
73, 0, 12, 17
Luminance
0.5100
Every format
| HEX | #39d3ba |
| RGB | rgb(57, 211, 186) |
| HSL | hsl(170, 64%, 53%) |
| CMYK | cmyk(73%, 0%, 12%, 17%) |
| LAB | lab(76.7 -45.1 1.0) |
| LCH | lch(76.7 45.1 178.7) |
| OKLCH | oklch(0.783 0.130 179.2) |
Copy-ready code
/* CSS */
color: #39d3ba;
background-color: #39d3ba;
/* Tailwind (arbitrary) */
class="text-[#39d3ba] bg-[#39d3ba]"
/* SCSS */
$brand: #39d3ba;
/* SwiftUI */
Color(red: 0.224, green: 0.827, blue: 0.729)
/* Android */
Color.parseColor("#39d3ba")Accessibility — WCAG contrast
Aa
#39d3ba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39d3ba on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green82.7%
Blue72.9%
CMYK percentages
Cyan73.0%
Magenta0.0%
Yellow11.8%
Key (black)17.3%
Color previews
#39d3ba text on a black background
contrast 11.20:1
Card sample
#39d3ba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39d3ba;
Background color
Panel with #39d3ba background
background-color: #39d3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39d3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 211, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 211, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39d3ba; background: linear-gradient(135deg, #39d3ba, #3985D3);