#4ba0c5
a balanced, vivid cyan · cool · closest name: steelblue
RGB
75, 160, 197
HSL
198°, 51%, 53%
CMYK
62, 19, 0, 23
Luminance
0.3067
Every format
| HEX | #4ba0c5 |
| RGB | rgb(75, 160, 197) |
| HSL | hsl(198, 51%, 53%) |
| CMYK | cmyk(62%, 19%, 0%, 23%) |
| LAB | lab(62.2 -14.5 -26.7) |
| LCH | lch(62.2 30.4 241.5) |
| OKLCH | oklch(0.668 0.098 229.3) |
Copy-ready code
/* CSS */
color: #4ba0c5;
background-color: #4ba0c5;
/* Tailwind (arbitrary) */
class="text-[#4ba0c5] bg-[#4ba0c5]"
/* SCSS */
$brand: #4ba0c5;
/* SwiftUI */
Color(red: 0.294, green: 0.627, blue: 0.773)
/* Android */
Color.parseColor("#4ba0c5")Accessibility — WCAG contrast
Aa
#4ba0c5 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba0c5 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green62.7%
Blue77.3%
CMYK percentages
Cyan61.9%
Magenta18.8%
Yellow0.0%
Key (black)22.7%
Color previews
#4ba0c5 text on a black background
contrast 7.13:1
Card sample
#4ba0c5 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba0c5;
Background color
Panel with #4ba0c5 background
background-color: #4ba0c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba0c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 160, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 160, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba0c5; background: linear-gradient(135deg, #4ba0c5, #4B4EC5);