#4adcfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 220, 251
HSL
191°, 96%, 64%
CMYK
71, 12, 0, 2
Luminance
0.5961
Every format
| HEX | #4adcfb |
| RGB | rgb(74, 220, 251) |
| HSL | hsl(191, 96%, 64%) |
| CMYK | cmyk(71%, 12%, 0%, 2%) |
| LAB | lab(81.6 -28.7 -26.3) |
| LCH | lch(81.6 39.0 222.5) |
| OKLCH | oklch(0.830 0.128 215.0) |
Copy-ready code
/* CSS */
color: #4adcfb;
background-color: #4adcfb;
/* Tailwind (arbitrary) */
class="text-[#4adcfb] bg-[#4adcfb]"
/* SCSS */
$brand: #4adcfb;
/* SwiftUI */
Color(red: 0.290, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#4adcfb")Accessibility — WCAG contrast
Aa
#4adcfb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adcfb on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green86.3%
Blue98.4%
CMYK percentages
Cyan70.5%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#4adcfb text on a black background
contrast 12.92:1
Card sample
#4adcfb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adcfb;
Background color
Panel with #4adcfb background
background-color: #4adcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adcfb; background: linear-gradient(135deg, #4adcfb, #4A66FB);