#39bba2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 187, 162
HSL
169°, 53%, 48%
CMYK
70, 0, 13, 27
Luminance
0.3902
Every format
| HEX | #39bba2 |
| RGB | rgb(57, 187, 162) |
| HSL | hsl(169, 53%, 48%) |
| CMYK | cmyk(70%, 0%, 13%, 27%) |
| LAB | lab(68.8 -40.9 2.5) |
| LCH | lch(68.8 41.0 176.5) |
| OKLCH | oklch(0.716 0.117 177.1) |
Copy-ready code
/* CSS */
color: #39bba2;
background-color: #39bba2;
/* Tailwind (arbitrary) */
class="text-[#39bba2] bg-[#39bba2]"
/* SCSS */
$brand: #39bba2;
/* SwiftUI */
Color(red: 0.224, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#39bba2")Accessibility — WCAG contrast
Aa
#39bba2 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bba2 on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green73.3%
Blue63.5%
CMYK percentages
Cyan69.5%
Magenta0.0%
Yellow13.4%
Key (black)26.7%
Color previews
#39bba2 text on a black background
contrast 8.80:1
Card sample
#39bba2 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bba2;
Background color
Panel with #39bba2 background
background-color: #39bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bba2; background: linear-gradient(135deg, #39bba2, #397DBB);