#4ba2ce
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 162, 206
HSL
200°, 57%, 55%
CMYK
64, 21, 0, 19
Luminance
0.3179
Every format
| HEX | #4ba2ce |
| RGB | rgb(75, 162, 206) |
| HSL | hsl(200, 57%, 55%) |
| CMYK | cmyk(64%, 21%, 0%, 19%) |
| LAB | lab(63.2 -12.7 -30.2) |
| LCH | lch(63.2 32.8 247.2) |
| OKLCH | oklch(0.677 0.105 233.4) |
Copy-ready code
/* CSS */
color: #4ba2ce;
background-color: #4ba2ce;
/* Tailwind (arbitrary) */
class="text-[#4ba2ce] bg-[#4ba2ce]"
/* SCSS */
$brand: #4ba2ce;
/* SwiftUI */
Color(red: 0.294, green: 0.635, blue: 0.808)
/* Android */
Color.parseColor("#4ba2ce")Accessibility — WCAG contrast
Aa
#4ba2ce on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ba2ce on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green63.5%
Blue80.8%
CMYK percentages
Cyan63.6%
Magenta21.4%
Yellow0.0%
Key (black)19.2%
Color previews
#4ba2ce text on a black background
contrast 7.36:1
Card sample
#4ba2ce text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ba2ce;
Background color
Panel with #4ba2ce background
background-color: #4ba2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ba2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 162, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 162, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ba2ce; background: linear-gradient(135deg, #4ba2ce, #4B4BCE);