#4dbfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
77, 191, 226
HSL
194°, 72%, 59%
CMYK
66, 16, 0, 11
Luminance
0.4433
Every format
| HEX | #4dbfe2 |
| RGB | rgb(77, 191, 226) |
| HSL | hsl(194, 72%, 59%) |
| CMYK | cmyk(66%, 16%, 0%, 11%) |
| LAB | lab(72.5 -21.4 -26.9) |
| LCH | lch(72.5 34.4 231.5) |
| OKLCH | oklch(0.754 0.113 221.7) |
Copy-ready code
/* CSS */
color: #4dbfe2;
background-color: #4dbfe2;
/* Tailwind (arbitrary) */
class="text-[#4dbfe2] bg-[#4dbfe2]"
/* SCSS */
$brand: #4dbfe2;
/* SwiftUI */
Color(red: 0.302, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#4dbfe2")Accessibility — WCAG contrast
Aa
#4dbfe2 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbfe2 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green74.9%
Blue88.6%
CMYK percentages
Cyan65.9%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#4dbfe2 text on a black background
contrast 9.87:1
Card sample
#4dbfe2 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbfe2;
Background color
Panel with #4dbfe2 background
background-color: #4dbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbfe2; background: linear-gradient(135deg, #4dbfe2, #4D5CE2);