#39ceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 206, 186
HSL
172°, 60%, 52%
CMYK
72, 0, 10, 19
Luminance
0.4856
Every format
| HEX | #39ceba |
| RGB | rgb(57, 206, 186) |
| HSL | hsl(172, 60%, 52%) |
| CMYK | cmyk(72%, 0%, 10%, 19%) |
| LAB | lab(75.2 -42.9 -1.2) |
| LCH | lch(75.2 43.0 181.6) |
| OKLCH | oklch(0.770 0.125 181.8) |
Copy-ready code
/* CSS */
color: #39ceba;
background-color: #39ceba;
/* Tailwind (arbitrary) */
class="text-[#39ceba] bg-[#39ceba]"
/* SCSS */
$brand: #39ceba;
/* SwiftUI */
Color(red: 0.224, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#39ceba")Accessibility — WCAG contrast
Aa
#39ceba on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39ceba on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green80.8%
Blue72.9%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#39ceba text on a black background
contrast 10.71:1
Card sample
#39ceba text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39ceba;
Background color
Panel with #39ceba background
background-color: #39ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39ceba; background: linear-gradient(135deg, #39ceba, #397FCE);