#4acee8
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 206, 232
HSL
190°, 78%, 60%
CMYK
68, 11, 0, 9
Luminance
0.5142
Every format
| HEX | #4acee8 |
| RGB | rgb(74, 206, 232) |
| HSL | hsl(190, 78%, 60%) |
| CMYK | cmyk(68%, 11%, 0%, 9%) |
| LAB | lab(76.9 -27.6 -23.3) |
| LCH | lch(76.9 36.1 220.2) |
| OKLCH | oklch(0.790 0.118 213.4) |
Copy-ready code
/* CSS */
color: #4acee8;
background-color: #4acee8;
/* Tailwind (arbitrary) */
class="text-[#4acee8] bg-[#4acee8]"
/* SCSS */
$brand: #4acee8;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 0.910)
/* Android */
Color.parseColor("#4acee8")Accessibility — WCAG contrast
Aa
#4acee8 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acee8 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue91.0%
CMYK percentages
Cyan68.1%
Magenta11.2%
Yellow0.0%
Key (black)9.0%
Color previews
#4acee8 text on a black background
contrast 11.28:1
Card sample
#4acee8 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acee8;
Background color
Panel with #4acee8 background
background-color: #4acee8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acee8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acee8; background: linear-gradient(135deg, #4acee8, #4A65E8);