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