#4ac1fd
a balanced, electric blue · cool · closest name: skyblue
RGB
74, 193, 253
HSL
200°, 98%, 64%
CMYK
71, 24, 0, 1
Luminance
0.4669
Every format
| HEX | #4ac1fd |
| RGB | rgb(74, 193, 253) |
| HSL | hsl(200, 98%, 64%) |
| CMYK | cmyk(71%, 24%, 0%, 1%) |
| LAB | lab(74.0 -14.4 -39.1) |
| LCH | lch(74.0 41.7 249.8) |
| OKLCH | oklch(0.769 0.135 234.6) |
Copy-ready code
/* CSS */
color: #4ac1fd;
background-color: #4ac1fd;
/* Tailwind (arbitrary) */
class="text-[#4ac1fd] bg-[#4ac1fd]"
/* SCSS */
$brand: #4ac1fd;
/* SwiftUI */
Color(red: 0.290, green: 0.757, blue: 0.992)
/* Android */
Color.parseColor("#4ac1fd")Accessibility — WCAG contrast
Aa
#4ac1fd on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac1fd on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green75.7%
Blue99.2%
CMYK percentages
Cyan70.8%
Magenta23.7%
Yellow0.0%
Key (black)0.8%
Color previews
#4ac1fd text on a black background
contrast 10.34:1
Card sample
#4ac1fd text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac1fd;
Background color
Panel with #4ac1fd background
background-color: #4ac1fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac1fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 193, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 193, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac1fd; background: linear-gradient(135deg, #4ac1fd, #4A4AFD);