#4ba2c3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
75, 162, 195
HSL
197°, 50%, 53%
CMYK
62, 17, 0, 24
Luminance
0.3128
Every format
| HEX | #4ba2c3 |
| RGB | rgb(75, 162, 195) |
| HSL | hsl(197, 50%, 53%) |
| CMYK | cmyk(62%, 17%, 0%, 24%) |
| LAB | lab(62.7 -16.2 -24.8) |
| LCH | lch(62.7 29.6 236.8) |
| OKLCH | oklch(0.672 0.096 225.9) |
Copy-ready code
/* CSS */
color: #4ba2c3;
background-color: #4ba2c3;
/* Tailwind (arbitrary) */
class="text-[#4ba2c3] bg-[#4ba2c3]"
/* SCSS */
$brand: #4ba2c3;
/* SwiftUI */
Color(red: 0.294, green: 0.635, blue: 0.765)
/* Android */
Color.parseColor("#4ba2c3")Accessibility — WCAG contrast
Aa
#4ba2c3 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba2c3 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.5%
Blue76.5%
CMYK percentages
Cyan61.5%
Magenta16.9%
Yellow0.0%
Key (black)23.5%
Color previews
#4ba2c3 text on a black background
contrast 7.26:1
Card sample
#4ba2c3 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba2c3;
Background color
Panel with #4ba2c3 background
background-color: #4ba2c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba2c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 162, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 162, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba2c3; background: linear-gradient(135deg, #4ba2c3, #4B52C3);