#4aceef
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 206, 239
HSL
192°, 84%, 61%
CMYK
69, 14, 0, 6
Luminance
0.5183
Every format
| HEX | #4aceef |
| RGB | rgb(74, 206, 239) |
| HSL | hsl(192, 84%, 61%) |
| CMYK | cmyk(69%, 14%, 0%, 6%) |
| LAB | lab(77.2 -25.5 -26.7) |
| LCH | lch(77.2 36.9 226.4) |
| OKLCH | oklch(0.793 0.121 217.9) |
Copy-ready code
/* CSS */
color: #4aceef;
background-color: #4aceef;
/* Tailwind (arbitrary) */
class="text-[#4aceef] bg-[#4aceef]"
/* SCSS */
$brand: #4aceef;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 0.937)
/* Android */
Color.parseColor("#4aceef")Accessibility — WCAG contrast
Aa
#4aceef on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aceef on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue93.7%
CMYK percentages
Cyan69.0%
Magenta13.8%
Yellow0.0%
Key (black)6.3%
Color previews
#4aceef text on a black background
contrast 11.37:1
Card sample
#4aceef text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aceef;
Background color
Panel with #4aceef background
background-color: #4aceef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aceef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aceef; background: linear-gradient(135deg, #4aceef, #4A60EF);