#aca2eb
a light, vivid blue · warm · closest name: plum
RGB
172, 162, 235
HSL
248°, 65%, 78%
CMYK
27, 31, 0, 8
Luminance
0.4061
Every format
| HEX | #aca2eb |
| RGB | rgb(172, 162, 235) |
| HSL | hsl(248, 65%, 78%) |
| CMYK | cmyk(27%, 31%, 0%, 8%) |
| LAB | lab(69.9 19.2 -35.4) |
| LCH | lch(69.9 40.3 298.5) |
| OKLCH | oklch(0.748 0.104 289.9) |
Copy-ready code
/* CSS */
color: #aca2eb;
background-color: #aca2eb;
/* Tailwind (arbitrary) */
class="text-[#aca2eb] bg-[#aca2eb]"
/* SCSS */
$brand: #aca2eb;
/* SwiftUI */
Color(red: 0.675, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#aca2eb")Accessibility — WCAG contrast
Aa
#aca2eb on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca2eb on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green63.5%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta31.1%
Yellow0.0%
Key (black)7.8%
Color previews
#aca2eb text on a black background
contrast 9.12:1
Card sample
#aca2eb text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca2eb;
Background color
Panel with #aca2eb background
background-color: #aca2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca2eb; background: linear-gradient(135deg, #aca2eb, #DDA2EB);