#aca0eb
a light, vivid blue · warm · closest name: plum
RGB
172, 160, 235
HSL
250°, 65%, 78%
CMYK
27, 32, 0, 8
Luminance
0.3991
Every format
| HEX | #aca0eb |
| RGB | rgb(172, 160, 235) |
| HSL | hsl(250, 65%, 78%) |
| CMYK | cmyk(27%, 32%, 0%, 8%) |
| LAB | lab(69.4 20.3 -36.1) |
| LCH | lch(69.4 41.5 299.4) |
| OKLCH | oklch(0.744 0.107 290.9) |
Copy-ready code
/* CSS */
color: #aca0eb;
background-color: #aca0eb;
/* Tailwind (arbitrary) */
class="text-[#aca0eb] bg-[#aca0eb]"
/* SCSS */
$brand: #aca0eb;
/* SwiftUI */
Color(red: 0.675, green: 0.627, blue: 0.922)
/* Android */
Color.parseColor("#aca0eb")Accessibility — WCAG contrast
Aa
#aca0eb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca0eb on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green62.7%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta31.9%
Yellow0.0%
Key (black)7.8%
Color previews
#aca0eb text on a black background
contrast 8.98:1
Card sample
#aca0eb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca0eb;
Background color
Panel with #aca0eb background
background-color: #aca0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 160, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 160, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca0eb; background: linear-gradient(135deg, #aca0eb, #DEA0EB);