#a4c6f4
a light, electric blue · cool · closest name: skyblue
RGB
164, 198, 244
HSL
215°, 78%, 80%
CMYK
33, 19, 0, 4
Luminance
0.5481
Every format
| HEX | #a4c6f4 |
| RGB | rgb(164, 198, 244) |
| HSL | hsl(215, 78%, 80%) |
| CMYK | cmyk(33%, 19%, 0%, 4%) |
| LAB | lab(78.9 -0.7 -26.4) |
| LCH | lch(78.9 26.4 268.5) |
| OKLCH | oklch(0.818 0.075 256.1) |
Copy-ready code
/* CSS */
color: #a4c6f4;
background-color: #a4c6f4;
/* Tailwind (arbitrary) */
class="text-[#a4c6f4] bg-[#a4c6f4]"
/* SCSS */
$brand: #a4c6f4;
/* SwiftUI */
Color(red: 0.643, green: 0.776, blue: 0.957)
/* Android */
Color.parseColor("#a4c6f4")Accessibility — WCAG contrast
Aa
#a4c6f4 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4c6f4 on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green77.6%
Blue95.7%
CMYK percentages
Cyan32.8%
Magenta18.9%
Yellow0.0%
Key (black)4.3%
Color previews
#a4c6f4 text on a black background
contrast 11.96:1
Card sample
#a4c6f4 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4c6f4;
Background color
Panel with #a4c6f4 background
background-color: #a4c6f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4c6f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 198, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 198, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4c6f4; background: linear-gradient(135deg, #a4c6f4, #B7A4F4);