#4aecfd
a balanced, electric cyan · cool · closest name: cyan
RGB
74, 236, 253
HSL
186°, 98%, 64%
CMYK
71, 7, 0, 1
Luminance
0.6854
Every format
| HEX | #4aecfd |
| RGB | rgb(74, 236, 253) |
| HSL | hsl(186, 98%, 64%) |
| CMYK | cmyk(71%, 7%, 0%, 1%) |
| LAB | lab(86.3 -35.8 -20.3) |
| LCH | lch(86.3 41.1 209.6) |
| OKLCH | oklch(0.868 0.132 205.4) |
Copy-ready code
/* CSS */
color: #4aecfd;
background-color: #4aecfd;
/* Tailwind (arbitrary) */
class="text-[#4aecfd] bg-[#4aecfd]"
/* SCSS */
$brand: #4aecfd;
/* SwiftUI */
Color(red: 0.290, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#4aecfd")Accessibility — WCAG contrast
Aa
#4aecfd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4aecfd on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green92.5%
Blue99.2%
CMYK percentages
Cyan70.8%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4aecfd text on a black background
contrast 14.71:1
Card sample
#4aecfd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4aecfd;
Background color
Panel with #4aecfd background
background-color: #4aecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4aecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4aecfd; background: linear-gradient(135deg, #4aecfd, #4A75FD);