#3baac8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 170, 200
HSL
193°, 56%, 51%
CMYK
71, 15, 0, 22
Luminance
0.3385
Every format
| HEX | #3baac8 |
| RGB | rgb(59, 170, 200) |
| HSL | hsl(193, 56%, 51%) |
| CMYK | cmyk(71%, 15%, 0%, 22%) |
| LAB | lab(64.8 -21.4 -24.4) |
| LCH | lch(64.8 32.4 228.7) |
| OKLCH | oklch(0.688 0.107 219.6) |
Copy-ready code
/* CSS */
color: #3baac8;
background-color: #3baac8;
/* Tailwind (arbitrary) */
class="text-[#3baac8] bg-[#3baac8]"
/* SCSS */
$brand: #3baac8;
/* SwiftUI */
Color(red: 0.231, green: 0.667, blue: 0.784)
/* Android */
Color.parseColor("#3baac8")Accessibility — WCAG contrast
Aa
#3baac8 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3baac8 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green66.7%
Blue78.4%
CMYK percentages
Cyan70.5%
Magenta15.0%
Yellow0.0%
Key (black)21.6%
Color previews
#3baac8 text on a black background
contrast 7.77:1
Card sample
#3baac8 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3baac8;
Background color
Panel with #3baac8 background
background-color: #3baac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3baac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 170, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 170, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3baac8; background: linear-gradient(135deg, #3baac8, #3B4CC8);