#4baac2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 170, 194
HSL
192°, 49%, 53%
CMYK
61, 12, 0, 24
Luminance
0.3414
Every format
| HEX | #4baac2 |
| RGB | rgb(75, 170, 194) |
| HSL | hsl(192, 49%, 53%) |
| CMYK | cmyk(61%, 12%, 0%, 24%) |
| LAB | lab(65.1 -20.7 -20.6) |
| LCH | lch(65.1 29.3 224.9) |
| OKLCH | oklch(0.691 0.095 217.1) |
Copy-ready code
/* CSS */
color: #4baac2;
background-color: #4baac2;
/* Tailwind (arbitrary) */
class="text-[#4baac2] bg-[#4baac2]"
/* SCSS */
$brand: #4baac2;
/* SwiftUI */
Color(red: 0.294, green: 0.667, blue: 0.761)
/* Android */
Color.parseColor("#4baac2")Accessibility — WCAG contrast
Aa
#4baac2 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4baac2 on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green66.7%
Blue76.1%
CMYK percentages
Cyan61.3%
Magenta12.4%
Yellow0.0%
Key (black)23.9%
Color previews
#4baac2 text on a black background
contrast 7.83:1
Card sample
#4baac2 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4baac2;
Background color
Panel with #4baac2 background
background-color: #4baac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4baac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 170, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 170, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4baac2; background: linear-gradient(135deg, #4baac2, #4B5AC2);