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