#aca2ff
a light, electric blue · warm · closest name: plum
RGB
172, 162, 255
HSL
247°, 100%, 82%
CMYK
33, 37, 0, 0
Luminance
0.4183
Every format
| HEX | #aca2ff |
| RGB | rgb(172, 162, 255) |
| HSL | hsl(247, 100%, 82%) |
| CMYK | cmyk(33%, 37%, 0%, 0%) |
| LAB | lab(70.8 24.2 -44.9) |
| LCH | lch(70.8 51.0 298.3) |
| OKLCH | oklch(0.757 0.132 287.7) |
Copy-ready code
/* CSS */
color: #aca2ff;
background-color: #aca2ff;
/* Tailwind (arbitrary) */
class="text-[#aca2ff] bg-[#aca2ff]"
/* SCSS */
$brand: #aca2ff;
/* SwiftUI */
Color(red: 0.675, green: 0.635, blue: 1.000)
/* Android */
Color.parseColor("#aca2ff")Accessibility — WCAG contrast
Aa
#aca2ff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca2ff on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green63.5%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta36.5%
Yellow0.0%
Key (black)0.0%
Color previews
#aca2ff text on a black background
contrast 9.37:1
Card sample
#aca2ff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca2ff;
Background color
Panel with #aca2ff background
background-color: #aca2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 162, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 162, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca2ff; background: linear-gradient(135deg, #aca2ff, #EAA2FF);