#a4baf2
a light, electric blue · cool · closest name: skyblue
RGB
164, 186, 242
HSL
223°, 75%, 80%
CMYK
32, 23, 0, 5
Luminance
0.4942
Every format
| HEX | #a4baf2 |
| RGB | rgb(164, 186, 242) |
| HSL | hsl(223, 75%, 80%) |
| CMYK | cmyk(32%, 23%, 0%, 5%) |
| LAB | lab(75.7 5.3 -30.2) |
| LCH | lch(75.7 30.7 280.0) |
| OKLCH | oklch(0.792 0.084 267.8) |
Copy-ready code
/* CSS */
color: #a4baf2;
background-color: #a4baf2;
/* Tailwind (arbitrary) */
class="text-[#a4baf2] bg-[#a4baf2]"
/* SCSS */
$brand: #a4baf2;
/* SwiftUI */
Color(red: 0.643, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#a4baf2")Accessibility — WCAG contrast
Aa
#a4baf2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4baf2 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green72.9%
Blue94.9%
CMYK percentages
Cyan32.2%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#a4baf2 text on a black background
contrast 10.88:1
Card sample
#a4baf2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4baf2;
Background color
Panel with #a4baf2 background
background-color: #a4baf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4baf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4baf2; background: linear-gradient(135deg, #a4baf2, #C2A4F2);