#4baac8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 170, 200
HSL
194°, 53%, 54%
CMYK
63, 15, 0, 22
Luminance
0.3442
Every format
| HEX | #4baac8 |
| RGB | rgb(75, 170, 200) |
| HSL | hsl(194, 53%, 54%) |
| CMYK | cmyk(63%, 15%, 0%, 22%) |
| LAB | lab(65.3 -18.9 -23.6) |
| LCH | lch(65.3 30.3 231.4) |
| OKLCH | oklch(0.693 0.099 221.8) |
Copy-ready code
/* CSS */
color: #4baac8;
background-color: #4baac8;
/* Tailwind (arbitrary) */
class="text-[#4baac8] bg-[#4baac8]"
/* SCSS */
$brand: #4baac8;
/* SwiftUI */
Color(red: 0.294, green: 0.667, blue: 0.784)
/* Android */
Color.parseColor("#4baac8")Accessibility — WCAG contrast
Aa
#4baac8 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baac8 on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green66.7%
Blue78.4%
CMYK percentages
Cyan62.5%
Magenta15.0%
Yellow0.0%
Key (black)21.6%
Color previews
#4baac8 text on a black background
contrast 7.88:1
Card sample
#4baac8 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baac8;
Background color
Panel with #4baac8 background
background-color: #4baac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 170, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 170, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baac8; background: linear-gradient(135deg, #4baac8, #4B57C8);