#4adcfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 220, 253
HSL
191°, 98%, 64%
CMYK
71, 13, 0, 1
Luminance
0.5973
Every format
| HEX | #4adcfd |
| RGB | rgb(74, 220, 253) |
| HSL | hsl(191, 98%, 64%) |
| CMYK | cmyk(71%, 13%, 0%, 1%) |
| LAB | lab(81.7 -28.1 -27.3) |
| LCH | lch(81.7 39.2 224.1) |
| OKLCH | oklch(0.831 0.129 216.2) |
Copy-ready code
/* CSS */
color: #4adcfd;
background-color: #4adcfd;
/* Tailwind (arbitrary) */
class="text-[#4adcfd] bg-[#4adcfd]"
/* SCSS */
$brand: #4adcfd;
/* SwiftUI */
Color(red: 0.290, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#4adcfd")Accessibility — WCAG contrast
Aa
#4adcfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adcfd on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green86.3%
Blue99.2%
CMYK percentages
Cyan70.8%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#4adcfd text on a black background
contrast 12.95:1
Card sample
#4adcfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adcfd;
Background color
Panel with #4adcfd background
background-color: #4adcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adcfd; background: linear-gradient(135deg, #4adcfd, #4A64FD);