#a2abf3
a light, electric blue · warm · closest name: plum
RGB
162, 171, 243
HSL
233°, 77%, 79%
CMYK
33, 30, 0, 5
Luminance
0.4328
Every format
| HEX | #a2abf3 |
| RGB | rgb(162, 171, 243) |
| HSL | hsl(233, 77%, 79%) |
| CMYK | cmyk(33%, 30%, 0%, 5%) |
| LAB | lab(71.7 13.3 -36.9) |
| LCH | lch(71.7 39.3 289.9) |
| OKLCH | oklch(0.761 0.104 278.1) |
Copy-ready code
/* CSS */
color: #a2abf3;
background-color: #a2abf3;
/* Tailwind (arbitrary) */
class="text-[#a2abf3] bg-[#a2abf3]"
/* SCSS */
$brand: #a2abf3;
/* SwiftUI */
Color(red: 0.635, green: 0.671, blue: 0.953)
/* Android */
Color.parseColor("#a2abf3")Accessibility — WCAG contrast
Aa
#a2abf3 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2abf3 on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.1%
Blue95.3%
CMYK percentages
Cyan33.3%
Magenta29.6%
Yellow0.0%
Key (black)4.7%
Color previews
#a2abf3 text on a black background
contrast 9.66:1
Card sample
#a2abf3 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2abf3;
Background color
Panel with #a2abf3 background
background-color: #a2abf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2abf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 171, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 171, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2abf3; background: linear-gradient(135deg, #a2abf3, #CFA2F3);