#a2acf1
a light, vivid blue · warm · closest name: plum
RGB
162, 172, 241
HSL
232°, 74%, 79%
CMYK
33, 29, 0, 6
Luminance
0.4354
Every format
| HEX | #a2acf1 |
| RGB | rgb(162, 172, 241) |
| HSL | hsl(232, 74%, 79%) |
| CMYK | cmyk(33%, 29%, 0%, 6%) |
| LAB | lab(71.9 12.3 -35.6) |
| LCH | lch(71.9 37.6 289.0) |
| OKLCH | oklch(0.762 0.100 277.4) |
Copy-ready code
/* CSS */
color: #a2acf1;
background-color: #a2acf1;
/* Tailwind (arbitrary) */
class="text-[#a2acf1] bg-[#a2acf1]"
/* SCSS */
$brand: #a2acf1;
/* SwiftUI */
Color(red: 0.635, green: 0.675, blue: 0.945)
/* Android */
Color.parseColor("#a2acf1")Accessibility — WCAG contrast
Aa
#a2acf1 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2acf1 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.5%
Blue94.5%
CMYK percentages
Cyan32.8%
Magenta28.6%
Yellow0.0%
Key (black)5.5%
Color previews
#a2acf1 text on a black background
contrast 9.71:1
Card sample
#a2acf1 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2acf1;
Background color
Panel with #a2acf1 background
background-color: #a2acf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2acf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 172, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 172, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2acf1; background: linear-gradient(135deg, #a2acf1, #CDA2F1);