#4aceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 206, 255
HSL
196°, 100%, 65%
CMYK
71, 19, 0, 0
Luminance
0.5282
Every format
| HEX | #4aceff |
| RGB | rgb(74, 206, 255) |
| HSL | hsl(196, 100%, 65%) |
| CMYK | cmyk(71%, 19%, 0%, 0%) |
| LAB | lab(77.8 -20.5 -34.4) |
| LCH | lch(77.8 40.0 239.2) |
| OKLCH | oklch(0.800 0.132 227.0) |
Copy-ready code
/* CSS */
color: #4aceff;
background-color: #4aceff;
/* Tailwind (arbitrary) */
class="text-[#4aceff] bg-[#4aceff]"
/* SCSS */
$brand: #4aceff;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#4aceff")Accessibility — WCAG contrast
Aa
#4aceff on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aceff on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#4aceff text on a black background
contrast 11.56:1
Card sample
#4aceff text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aceff;
Background color
Panel with #4aceff background
background-color: #4aceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aceff; background: linear-gradient(135deg, #4aceff, #4A55FF);