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