#4dbffc
a balanced, electric blue · cool · closest name: skyblue
RGB
77, 191, 252
HSL
201°, 97%, 65%
CMYK
69, 24, 0, 1
Luminance
0.4587
Every format
| HEX | #4dbffc |
| RGB | rgb(77, 191, 252) |
| HSL | hsl(201, 97%, 65%) |
| CMYK | cmyk(69%, 24%, 0%, 1%) |
| LAB | lab(73.5 -13.2 -39.4) |
| LCH | lch(73.5 41.6 251.4) |
| OKLCH | oklch(0.765 0.134 235.9) |
Copy-ready code
/* CSS */
color: #4dbffc;
background-color: #4dbffc;
/* Tailwind (arbitrary) */
class="text-[#4dbffc] bg-[#4dbffc]"
/* SCSS */
$brand: #4dbffc;
/* SwiftUI */
Color(red: 0.302, green: 0.749, blue: 0.988)
/* Android */
Color.parseColor("#4dbffc")Accessibility — WCAG contrast
Aa
#4dbffc on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbffc on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green74.9%
Blue98.8%
CMYK percentages
Cyan69.4%
Magenta24.2%
Yellow0.0%
Key (black)1.2%
Color previews
#4dbffc text on a black background
contrast 10.17:1
Card sample
#4dbffc text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbffc;
Background color
Panel with #4dbffc background
background-color: #4dbffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 191, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 191, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbffc; background: linear-gradient(135deg, #4dbffc, #504DFC);