#4bbdfd
a balanced, electric blue · cool · closest name: skyblue
RGB
75, 189, 253
HSL
202°, 98%, 64%
CMYK
70, 25, 0, 1
Luminance
0.4498
Every format
| HEX | #4bbdfd |
| RGB | rgb(75, 189, 253) |
| HSL | hsl(202, 98%, 64%) |
| CMYK | cmyk(70%, 25%, 0%, 1%) |
| LAB | lab(72.9 -12.1 -40.9) |
| LCH | lch(72.9 42.6 253.5) |
| OKLCH | oklch(0.761 0.137 237.3) |
Copy-ready code
/* CSS */
color: #4bbdfd;
background-color: #4bbdfd;
/* Tailwind (arbitrary) */
class="text-[#4bbdfd] bg-[#4bbdfd]"
/* SCSS */
$brand: #4bbdfd;
/* SwiftUI */
Color(red: 0.294, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#4bbdfd")Accessibility — WCAG contrast
Aa
#4bbdfd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbdfd on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green74.1%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#4bbdfd text on a black background
contrast 10.00:1
Card sample
#4bbdfd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbdfd;
Background color
Panel with #4bbdfd background
background-color: #4bbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbdfd; background: linear-gradient(135deg, #4bbdfd, #504BFD);