#4addfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 221, 254
HSL
191°, 99%, 64%
CMYK
71, 13, 0, 0
Luminance
0.6032
Every format
| HEX | #4addfe |
| RGB | rgb(74, 221, 254) |
| HSL | hsl(191, 99%, 64%) |
| CMYK | cmyk(71%, 13%, 0%, 0%) |
| LAB | lab(82.0 -28.3 -27.3) |
| LCH | lch(82.0 39.3 224.0) |
| OKLCH | oklch(0.834 0.129 216.1) |
Copy-ready code
/* CSS */
color: #4addfe;
background-color: #4addfe;
/* Tailwind (arbitrary) */
class="text-[#4addfe] bg-[#4addfe]"
/* SCSS */
$brand: #4addfe;
/* SwiftUI */
Color(red: 0.290, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#4addfe")Accessibility — WCAG contrast
Aa
#4addfe on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4addfe on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green86.7%
Blue99.6%
CMYK percentages
Cyan70.9%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#4addfe text on a black background
contrast 13.06:1
Card sample
#4addfe text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4addfe;
Background color
Panel with #4addfe background
background-color: #4addfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4addfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4addfe; background: linear-gradient(135deg, #4addfe, #4A65FE);