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