#4dbbfb
a balanced, electric blue · cool · closest name: skyblue
RGB
77, 187, 251
HSL
202°, 96%, 64%
CMYK
69, 26, 0, 2
Luminance
0.4408
Every format
| HEX | #4dbbfb |
| RGB | rgb(77, 187, 251) |
| HSL | hsl(202, 96%, 64%) |
| CMYK | cmyk(69%, 26%, 0%, 2%) |
| LAB | lab(72.3 -11.4 -40.7) |
| LCH | lch(72.3 42.3 254.3) |
| OKLCH | oklch(0.756 0.135 238.0) |
Copy-ready code
/* CSS */
color: #4dbbfb;
background-color: #4dbbfb;
/* Tailwind (arbitrary) */
class="text-[#4dbbfb] bg-[#4dbbfb]"
/* SCSS */
$brand: #4dbbfb;
/* SwiftUI */
Color(red: 0.302, green: 0.733, blue: 0.984)
/* Android */
Color.parseColor("#4dbbfb")Accessibility — WCAG contrast
Aa
#4dbbfb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbbfb on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green73.3%
Blue98.4%
CMYK percentages
Cyan69.3%
Magenta25.5%
Yellow0.0%
Key (black)1.6%
Color previews
#4dbbfb text on a black background
contrast 9.82:1
Card sample
#4dbbfb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbbfb;
Background color
Panel with #4dbbfb background
background-color: #4dbbfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbbfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 187, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 187, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbbfb; background: linear-gradient(135deg, #4dbbfb, #534DFB);