#39bac2
a balanced, vivid cyan · cool · closest name: turquoise
RGB
57, 186, 194
HSL
184°, 55%, 49%
CMYK
71, 4, 0, 24
Luminance
0.3988
Every format
| HEX | #39bac2 |
| RGB | rgb(57, 186, 194) |
| HSL | hsl(184, 55%, 49%) |
| CMYK | cmyk(71%, 4%, 0%, 24%) |
| LAB | lab(69.4 -31.5 -14.2) |
| LCH | lch(69.4 34.5 204.2) |
| OKLCH | oklch(0.724 0.109 201.1) |
Copy-ready code
/* CSS */
color: #39bac2;
background-color: #39bac2;
/* Tailwind (arbitrary) */
class="text-[#39bac2] bg-[#39bac2]"
/* SCSS */
$brand: #39bac2;
/* SwiftUI */
Color(red: 0.224, green: 0.729, blue: 0.761)
/* Android */
Color.parseColor("#39bac2")Accessibility — WCAG contrast
Aa
#39bac2 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bac2 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.9%
Blue76.1%
CMYK percentages
Cyan70.6%
Magenta4.1%
Yellow0.0%
Key (black)23.9%
Color previews
#39bac2 text on a black background
contrast 8.98:1
Card sample
#39bac2 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bac2;
Background color
Panel with #39bac2 background
background-color: #39bac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 186, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 186, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bac2; background: linear-gradient(135deg, #39bac2, #395FC2);