#4bade4
a balanced, vivid blue · cool · closest name: steelblue
RGB
75, 173, 228
HSL
202°, 74%, 59%
CMYK
67, 24, 0, 11
Luminance
0.3698
Every format
| HEX | #4bade4 |
| RGB | rgb(75, 173, 228) |
| HSL | hsl(202, 74%, 59%) |
| CMYK | cmyk(67%, 24%, 0%, 11%) |
| LAB | lab(67.3 -11.6 -36.0) |
| LCH | lch(67.3 37.9 252.1) |
| OKLCH | oklch(0.713 0.121 236.7) |
Copy-ready code
/* CSS */
color: #4bade4;
background-color: #4bade4;
/* Tailwind (arbitrary) */
class="text-[#4bade4] bg-[#4bade4]"
/* SCSS */
$brand: #4bade4;
/* SwiftUI */
Color(red: 0.294, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#4bade4")Accessibility — WCAG contrast
Aa
#4bade4 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bade4 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.8%
Blue89.4%
CMYK percentages
Cyan67.1%
Magenta24.1%
Yellow0.0%
Key (black)10.6%
Color previews
#4bade4 text on a black background
contrast 8.40:1
Card sample
#4bade4 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bade4;
Background color
Panel with #4bade4 background
background-color: #4bade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bade4; background: linear-gradient(135deg, #4bade4, #4F4BE4);