#4acef5
a balanced, electric cyan · cool · closest name: skyblue
RGB
74, 206, 245
HSL
194°, 90%, 63%
CMYK
70, 16, 0, 4
Luminance
0.5219
Every format
| HEX | #4acef5 |
| RGB | rgb(74, 206, 245) |
| HSL | hsl(194, 90%, 63%) |
| CMYK | cmyk(70%, 16%, 0%, 4%) |
| LAB | lab(77.4 -23.6 -29.6) |
| LCH | lch(77.4 37.9 231.4) |
| OKLCH | oklch(0.795 0.125 221.5) |
Copy-ready code
/* CSS */
color: #4acef5;
background-color: #4acef5;
/* Tailwind (arbitrary) */
class="text-[#4acef5] bg-[#4acef5]"
/* SCSS */
$brand: #4acef5;
/* SwiftUI */
Color(red: 0.290, green: 0.808, blue: 0.961)
/* Android */
Color.parseColor("#4acef5")Accessibility — WCAG contrast
Aa
#4acef5 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acef5 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.8%
Blue96.1%
CMYK percentages
Cyan69.8%
Magenta15.9%
Yellow0.0%
Key (black)3.9%
Color previews
#4acef5 text on a black background
contrast 11.44:1
Card sample
#4acef5 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acef5;
Background color
Panel with #4acef5 background
background-color: #4acef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 206, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 206, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acef5; background: linear-gradient(135deg, #4acef5, #4A5CF5);