#4ae3fd
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 227, 253
HSL
189°, 98%, 64%
CMYK
71, 10, 0, 1
Luminance
0.6349
Every format
| HEX | #4ae3fd |
| RGB | rgb(74, 227, 253) |
| HSL | hsl(189, 98%, 64%) |
| CMYK | cmyk(71%, 10%, 0%, 1%) |
| LAB | lab(83.7 -31.5 -24.2) |
| LCH | lch(83.7 39.7 217.5) |
| OKLCH | oklch(0.847 0.129 211.4) |
Copy-ready code
/* CSS */
color: #4ae3fd;
background-color: #4ae3fd;
/* Tailwind (arbitrary) */
class="text-[#4ae3fd] bg-[#4ae3fd]"
/* SCSS */
$brand: #4ae3fd;
/* SwiftUI */
Color(red: 0.290, green: 0.890, blue: 0.992)
/* Android */
Color.parseColor("#4ae3fd")Accessibility — WCAG contrast
Aa
#4ae3fd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ae3fd on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green89.0%
Blue99.2%
CMYK percentages
Cyan70.8%
Magenta10.3%
Yellow0.0%
Key (black)0.8%
Color previews
#4ae3fd text on a black background
contrast 13.70:1
Card sample
#4ae3fd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ae3fd;
Background color
Panel with #4ae3fd background
background-color: #4ae3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ae3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 227, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 227, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ae3fd; background: linear-gradient(135deg, #4ae3fd, #4A6CFD);