#39bbab
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 187, 171
HSL
173°, 53%, 48%
CMYK
70, 0, 9, 27
Luminance
0.3935
Every format
| HEX | #39bbab |
| RGB | rgb(57, 187, 171) |
| HSL | hsl(173, 53%, 48%) |
| CMYK | cmyk(70%, 0%, 9%, 27%) |
| LAB | lab(69.0 -38.5 -2.1) |
| LCH | lch(69.0 38.6 183.1) |
| OKLCH | oklch(0.719 0.113 183.2) |
Copy-ready code
/* CSS */
color: #39bbab;
background-color: #39bbab;
/* Tailwind (arbitrary) */
class="text-[#39bbab] bg-[#39bbab]"
/* SCSS */
$brand: #39bbab;
/* SwiftUI */
Color(red: 0.224, green: 0.733, blue: 0.671)
/* Android */
Color.parseColor("#39bbab")Accessibility — WCAG contrast
Aa
#39bbab on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bbab on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green73.3%
Blue67.1%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow8.6%
Key (black)26.7%
Color previews
#39bbab text on a black background
contrast 8.87:1
Card sample
#39bbab text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bbab;
Background color
Panel with #39bbab background
background-color: #39bbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 187, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 187, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bbab; background: linear-gradient(135deg, #39bbab, #3974BB);