#a2abf4
a light, electric blue · warm · closest name: plum
RGB
162, 171, 244
HSL
233°, 79%, 80%
CMYK
34, 30, 0, 4
Luminance
0.4334
Every format
| HEX | #a2abf4 |
| RGB | rgb(162, 171, 244) |
| HSL | hsl(233, 79%, 80%) |
| CMYK | cmyk(34%, 30%, 0%, 4%) |
| LAB | lab(71.8 13.6 -37.4) |
| LCH | lch(71.8 39.8 290.0) |
| OKLCH | oklch(0.762 0.105 278.2) |
Copy-ready code
/* CSS */
color: #a2abf4;
background-color: #a2abf4;
/* Tailwind (arbitrary) */
class="text-[#a2abf4] bg-[#a2abf4]"
/* SCSS */
$brand: #a2abf4;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.957)
/* Android */
Color.parseColor("#a2abf4")Accessibility — WCAG contrast
Aa
#a2abf4 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abf4 on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue95.7%
CMYK percentages
Cyan33.6%
Magenta29.9%
Yellow0.0%
Key (black)4.3%
Color previews
#a2abf4 text on a black background
contrast 9.67:1
Card sample
#a2abf4 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abf4;
Background color
Panel with #a2abf4 background
background-color: #a2abf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abf4; background: linear-gradient(135deg, #a2abf4, #D0A2F4);