#4ac2ff
a balanced, electric blue · cool · closest name: skyblue
RGB
74, 194, 255
HSL
200°, 100%, 65%
CMYK
71, 24, 0, 0
Luminance
0.4726
Every format
| HEX | #4ac2ff |
| RGB | rgb(74, 194, 255) |
| HSL | hsl(200, 100%, 65%) |
| CMYK | cmyk(71%, 24%, 0%, 0%) |
| LAB | lab(74.3 -14.3 -39.6) |
| LCH | lch(74.3 42.1 250.2) |
| OKLCH | oklch(0.772 0.137 234.9) |
Copy-ready code
/* CSS */
color: #4ac2ff;
background-color: #4ac2ff;
/* Tailwind (arbitrary) */
class="text-[#4ac2ff] bg-[#4ac2ff]"
/* SCSS */
$brand: #4ac2ff;
/* SwiftUI */
Color(red: 0.290, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#4ac2ff")Accessibility — WCAG contrast
Aa
#4ac2ff on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4ac2ff on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green76.1%
Blue100.0%
CMYK percentages
Cyan71.0%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#4ac2ff text on a black background
contrast 10.45:1
Card sample
#4ac2ff text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4ac2ff;
Background color
Panel with #4ac2ff background
background-color: #4ac2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4ac2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4ac2ff; background: linear-gradient(135deg, #4ac2ff, #4B4AFF);