#4bbafd
a balanced, electric blue · cool · closest name: skyblue
RGB
75, 186, 253
HSL
203°, 98%, 64%
CMYK
70, 27, 0, 1
Luminance
0.4371
Every format
| HEX | #4bbafd |
| RGB | rgb(75, 186, 253) |
| HSL | hsl(203, 98%, 64%) |
| CMYK | cmyk(70%, 27%, 0%, 1%) |
| LAB | lab(72.0 -10.5 -42.2) |
| LCH | lch(72.0 43.5 256.0) |
| OKLCH | oklch(0.754 0.139 239.1) |
Copy-ready code
/* CSS */
color: #4bbafd;
background-color: #4bbafd;
/* Tailwind (arbitrary) */
class="text-[#4bbafd] bg-[#4bbafd]"
/* SCSS */
$brand: #4bbafd;
/* SwiftUI */
Color(red: 0.294, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#4bbafd")Accessibility — WCAG contrast
Aa
#4bbafd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbafd on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green72.9%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#4bbafd text on a black background
contrast 9.74:1
Card sample
#4bbafd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbafd;
Background color
Panel with #4bbafd background
background-color: #4bbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbafd; background: linear-gradient(135deg, #4bbafd, #534BFD);