#39bac7
a balanced, vivid cyan · cool · closest name: skyblue
RGB
57, 186, 199
HSL
186°, 56%, 50%
CMYK
71, 7, 0, 22
Luminance
0.4011
Every format
| HEX | #39bac7 |
| RGB | rgb(57, 186, 199) |
| HSL | hsl(186, 56%, 50%) |
| CMYK | cmyk(71%, 7%, 0%, 22%) |
| LAB | lab(69.5 -30.0 -16.7) |
| LCH | lch(69.5 34.3 209.0) |
| OKLCH | oklch(0.726 0.110 204.9) |
Copy-ready code
/* CSS */
color: #39bac7;
background-color: #39bac7;
/* Tailwind (arbitrary) */
class="text-[#39bac7] bg-[#39bac7]"
/* SCSS */
$brand: #39bac7;
/* SwiftUI */
Color(red: 0.224, green: 0.729, blue: 0.780)
/* Android */
Color.parseColor("#39bac7")Accessibility — WCAG contrast
Aa
#39bac7 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#39bac7 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green72.9%
Blue78.0%
CMYK percentages
Cyan71.4%
Magenta6.5%
Yellow0.0%
Key (black)22.0%
Color previews
#39bac7 text on a black background
contrast 9.02:1
Card sample
#39bac7 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #39bac7;
Background color
Panel with #39bac7 background
background-color: #39bac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #39bac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 186, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 186, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #39bac7; background: linear-gradient(135deg, #39bac7, #395BC7);