#39d0ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 208, 186
HSL
171°, 62%, 52%
CMYK
73, 0, 11, 18
Luminance
0.4953
Every format
| HEX | #39d0ba |
| RGB | rgb(57, 208, 186) |
| HSL | hsl(171, 62%, 52%) |
| CMYK | cmyk(73%, 0%, 11%, 18%) |
| LAB | lab(75.8 -43.8 -0.3) |
| LCH | lch(75.8 43.8 180.4) |
| OKLCH | oklch(0.775 0.127 180.7) |
Copy-ready code
/* CSS */
color: #39d0ba;
background-color: #39d0ba;
/* Tailwind (arbitrary) */
class="text-[#39d0ba] bg-[#39d0ba]"
/* SCSS */
$brand: #39d0ba;
/* SwiftUI */
Color(red: 0.224, green: 0.816, blue: 0.729)
/* Android */
Color.parseColor("#39d0ba")Accessibility — WCAG contrast
Aa
#39d0ba on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39d0ba on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green81.6%
Blue72.9%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow10.6%
Key (black)18.4%
Color previews
#39d0ba text on a black background
contrast 10.91:1
Card sample
#39d0ba text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39d0ba;
Background color
Panel with #39d0ba background
background-color: #39d0ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39d0ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 208, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 208, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39d0ba; background: linear-gradient(135deg, #39d0ba, #3981D0);