#3baac4
a balanced, vivid cyan · cool · closest name: skyblue
RGB
59, 170, 196
HSL
191°, 54%, 50%
CMYK
70, 13, 0, 23
Luminance
0.3366
Every format
| HEX | #3baac4 |
| RGB | rgb(59, 170, 196) |
| HSL | hsl(191, 54%, 50%) |
| CMYK | cmyk(70%, 13%, 0%, 23%) |
| LAB | lab(64.7 -22.7 -22.4) |
| LCH | lch(64.7 31.9 224.6) |
| OKLCH | oklch(0.687 0.104 216.6) |
Copy-ready code
/* CSS */
color: #3baac4;
background-color: #3baac4;
/* Tailwind (arbitrary) */
class="text-[#3baac4] bg-[#3baac4]"
/* SCSS */
$brand: #3baac4;
/* SwiftUI */
Color(red: 0.231, green: 0.667, blue: 0.769)
/* Android */
Color.parseColor("#3baac4")Accessibility — WCAG contrast
Aa
#3baac4 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3baac4 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green66.7%
Blue76.9%
CMYK percentages
Cyan69.9%
Magenta13.3%
Yellow0.0%
Key (black)23.1%
Color previews
#3baac4 text on a black background
contrast 7.73:1
Card sample
#3baac4 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3baac4;
Background color
Panel with #3baac4 background
background-color: #3baac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3baac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 170, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 170, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3baac4; background: linear-gradient(135deg, #3baac4, #3B4FC4);