#4acce2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
74, 204, 226
HSL
189°, 72%, 59%
CMYK
67, 10, 0, 11
Luminance
0.5013
Every format
| HEX | #4acce2 |
| RGB | rgb(74, 204, 226) |
| HSL | hsl(189, 72%, 59%) |
| CMYK | cmyk(67%, 10%, 0%, 11%) |
| LAB | lab(76.2 -28.4 -21.3) |
| LCH | lch(76.2 35.5 216.9) |
| OKLCH | oklch(0.783 0.115 210.9) |
Copy-ready code
/* CSS */
color: #4acce2;
background-color: #4acce2;
/* Tailwind (arbitrary) */
class="text-[#4acce2] bg-[#4acce2]"
/* SCSS */
$brand: #4acce2;
/* SwiftUI */
Color(red: 0.290, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#4acce2")Accessibility — WCAG contrast
Aa
#4acce2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4acce2 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.0%
Green80.0%
Blue88.6%
CMYK percentages
Cyan67.3%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#4acce2 text on a black background
contrast 11.03:1
Card sample
#4acce2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4acce2;
Background color
Panel with #4acce2 background
background-color: #4acce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4acce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(74, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(74, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4acce2; background: linear-gradient(135deg, #4acce2, #4A67E2);