#4adefc
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 222, 252
HSL
190°, 97%, 64%
CMYK
71, 12, 0, 1
Luminance
0.6073
Every format
| HEX | #4adefc |
| RGB | rgb(74, 222, 252) |
| HSL | hsl(190, 97%, 64%) |
| CMYK | cmyk(71%, 12%, 0%, 1%) |
| LAB | lab(82.2 -29.4 -25.9) |
| LCH | lch(82.2 39.2 221.4) |
| OKLCH | oklch(0.835 0.128 214.2) |
Copy-ready code
/* CSS */
color: #4adefc;
background-color: #4adefc;
/* Tailwind (arbitrary) */
class="text-[#4adefc] bg-[#4adefc]"
/* SCSS */
$brand: #4adefc;
/* SwiftUI */
Color(red: 0.290, green: 0.871, blue: 0.988)
/* Android */
Color.parseColor("#4adefc")Accessibility — WCAG contrast
Aa
#4adefc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4adefc on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green87.1%
Blue98.8%
CMYK percentages
Cyan70.6%
Magenta11.9%
Yellow0.0%
Key (black)1.2%
Color previews
#4adefc text on a black background
contrast 13.15:1
Card sample
#4adefc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4adefc;
Background color
Panel with #4adefc background
background-color: #4adefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4adefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 222, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 222, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4adefc; background: linear-gradient(135deg, #4adefc, #4A67FC);