#4bace7
a balanced, electric blue · cool · closest name: steelblue
RGB
75, 172, 231
HSL
203°, 77%, 60%
CMYK
68, 26, 0, 9
Luminance
0.3677
Every format
| HEX | #4bace7 |
| RGB | rgb(75, 172, 231) |
| HSL | hsl(203, 77%, 60%) |
| CMYK | cmyk(68%, 26%, 0%, 9%) |
| LAB | lab(67.1 -10.1 -37.9) |
| LCH | lch(67.1 39.3 255.1) |
| OKLCH | oklch(0.712 0.125 238.8) |
Copy-ready code
/* CSS */
color: #4bace7;
background-color: #4bace7;
/* Tailwind (arbitrary) */
class="text-[#4bace7] bg-[#4bace7]"
/* SCSS */
$brand: #4bace7;
/* SwiftUI */
Color(red: 0.294, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#4bace7")Accessibility — WCAG contrast
Aa
#4bace7 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bace7 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.5%
Blue90.6%
CMYK percentages
Cyan67.5%
Magenta25.5%
Yellow0.0%
Key (black)9.4%
Color previews
#4bace7 text on a black background
contrast 8.35:1
Card sample
#4bace7 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bace7;
Background color
Panel with #4bace7 background
background-color: #4bace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bace7; background: linear-gradient(135deg, #4bace7, #524BE7);