#39b9ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 185, 186
HSL
181°, 53%, 48%
CMYK
69, 1, 0, 27
Luminance
0.3911
Every format
| HEX | #39b9ba |
| RGB | rgb(57, 185, 186) |
| HSL | hsl(181, 53%, 48%) |
| CMYK | cmyk(69%, 1%, 0%, 27%) |
| LAB | lab(68.8 -33.4 -10.6) |
| LCH | lch(68.8 35.0 197.6) |
| OKLCH | oklch(0.719 0.108 195.8) |
Copy-ready code
/* CSS */
color: #39b9ba;
background-color: #39b9ba;
/* Tailwind (arbitrary) */
class="text-[#39b9ba] bg-[#39b9ba]"
/* SCSS */
$brand: #39b9ba;
/* SwiftUI */
Color(red: 0.224, green: 0.725, blue: 0.729)
/* Android */
Color.parseColor("#39b9ba")Accessibility — WCAG contrast
Aa
#39b9ba on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39b9ba on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.5%
Blue72.9%
CMYK percentages
Cyan69.4%
Magenta0.5%
Yellow0.0%
Key (black)27.1%
Color previews
#39b9ba text on a black background
contrast 8.82:1
Card sample
#39b9ba text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39b9ba;
Background color
Panel with #39b9ba background
background-color: #39b9ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39b9ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 185, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 185, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39b9ba; background: linear-gradient(135deg, #39b9ba, #3963BA);