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