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