#4ba3c8
a balanced, vivid cyan · cool · closest name: steelblue
RGB
75, 163, 200
HSL
198°, 53%, 54%
CMYK
63, 19, 0, 22
Luminance
0.3186
Every format
| HEX | #4ba3c8 |
| RGB | rgb(75, 163, 200) |
| HSL | hsl(198, 53%, 54%) |
| CMYK | cmyk(63%, 19%, 0%, 22%) |
| LAB | lab(63.2 -15.2 -26.8) |
| LCH | lch(63.2 30.8 240.5) |
| OKLCH | oklch(0.677 0.100 228.5) |
Copy-ready code
/* CSS */
color: #4ba3c8;
background-color: #4ba3c8;
/* Tailwind (arbitrary) */
class="text-[#4ba3c8] bg-[#4ba3c8]"
/* SCSS */
$brand: #4ba3c8;
/* SwiftUI */
Color(red: 0.294, green: 0.639, blue: 0.784)
/* Android */
Color.parseColor("#4ba3c8")Accessibility — WCAG contrast
Aa
#4ba3c8 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba3c8 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.9%
Blue78.4%
CMYK percentages
Cyan62.5%
Magenta18.5%
Yellow0.0%
Key (black)21.6%
Color previews
#4ba3c8 text on a black background
contrast 7.37:1
Card sample
#4ba3c8 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba3c8;
Background color
Panel with #4ba3c8 background
background-color: #4ba3c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba3c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 163, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 163, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba3c8; background: linear-gradient(135deg, #4ba3c8, #4B4FC8);