#4baac0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 170, 192
HSL
191°, 48%, 52%
CMYK
61, 12, 0, 25
Luminance
0.3405
Every format
| HEX | #4baac0 |
| RGB | rgb(75, 170, 192) |
| HSL | hsl(191, 48%, 52%) |
| CMYK | cmyk(61%, 12%, 0%, 25%) |
| LAB | lab(65.0 -21.3 -19.6) |
| LCH | lch(65.0 29.0 222.7) |
| OKLCH | oklch(0.690 0.094 215.4) |
Copy-ready code
/* CSS */
color: #4baac0;
background-color: #4baac0;
/* Tailwind (arbitrary) */
class="text-[#4baac0] bg-[#4baac0]"
/* SCSS */
$brand: #4baac0;
/* SwiftUI */
Color(red: 0.294, green: 0.667, blue: 0.753)
/* Android */
Color.parseColor("#4baac0")Accessibility — WCAG contrast
Aa
#4baac0 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baac0 on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green66.7%
Blue75.3%
CMYK percentages
Cyan60.9%
Magenta11.5%
Yellow0.0%
Key (black)24.7%
Color previews
#4baac0 text on a black background
contrast 7.81:1
Card sample
#4baac0 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baac0;
Background color
Panel with #4baac0 background
background-color: #4baac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 170, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 170, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baac0; background: linear-gradient(135deg, #4baac0, #4B5CC0);