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