#4adeff
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 222, 255
HSL
191°, 100%, 65%
CMYK
71, 13, 0, 0
Luminance
0.6092
Every format
| HEX | #4adeff |
| RGB | rgb(74, 222, 255) |
| HSL | hsl(191, 100%, 65%) |
| CMYK | cmyk(71%, 13%, 0%, 0%) |
| LAB | lab(82.3 -28.5 -27.3) |
| LCH | lch(82.3 39.5 223.8) |
| OKLCH | oklch(0.836 0.130 216.0) |
Copy-ready code
/* CSS */
color: #4adeff;
background-color: #4adeff;
/* Tailwind (arbitrary) */
class="text-[#4adeff] bg-[#4adeff]"
/* SCSS */
$brand: #4adeff;
/* SwiftUI */
Color(red: 0.290, green: 0.871, blue: 1.000)
/* Android */
Color.parseColor("#4adeff")Accessibility — WCAG contrast
Aa
#4adeff on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adeff on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green87.1%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta12.9%
Yellow0.0%
Key (black)0.0%
Color previews
#4adeff text on a black background
contrast 13.18:1
Card sample
#4adeff text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adeff;
Background color
Panel with #4adeff background
background-color: #4adeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 222, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 222, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adeff; background: linear-gradient(135deg, #4adeff, #4A65FF);