#4cbdf8
a balanced, electric blue · cool · closest name: skyblue
RGB
76, 189, 248
HSL
201°, 93%, 64%
CMYK
69, 24, 0, 3
Luminance
0.4471
Every format
| HEX | #4cbdf8 |
| RGB | rgb(76, 189, 248) |
| HSL | hsl(201, 93%, 64%) |
| CMYK | cmyk(69%, 24%, 0%, 3%) |
| LAB | lab(72.7 -13.6 -38.5) |
| LCH | lch(72.7 40.8 250.5) |
| OKLCH | oklch(0.758 0.132 235.2) |
Copy-ready code
/* CSS */
color: #4cbdf8;
background-color: #4cbdf8;
/* Tailwind (arbitrary) */
class="text-[#4cbdf8] bg-[#4cbdf8]"
/* SCSS */
$brand: #4cbdf8;
/* SwiftUI */
Color(red: 0.298, green: 0.741, blue: 0.973)
/* Android */
Color.parseColor("#4cbdf8")Accessibility — WCAG contrast
Aa
#4cbdf8 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cbdf8 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green74.1%
Blue97.3%
CMYK percentages
Cyan69.4%
Magenta23.8%
Yellow0.0%
Key (black)2.7%
Color previews
#4cbdf8 text on a black background
contrast 9.94:1
Card sample
#4cbdf8 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cbdf8;
Background color
Panel with #4cbdf8 background
background-color: #4cbdf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cbdf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 189, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 189, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cbdf8; background: linear-gradient(135deg, #4cbdf8, #4E4CF8);