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