#aca8df
a light, vivid blue · warm · closest name: plum
RGB
172, 168, 223
HSL
244°, 46%, 77%
CMYK
23, 25, 0, 13
Luminance
0.4210
Every format
| HEX | #aca8df |
| RGB | rgb(172, 168, 223) |
| HSL | hsl(244, 46%, 77%) |
| CMYK | cmyk(23%, 25%, 0%, 13%) |
| LAB | lab(70.9 13.0 -27.2) |
| LCH | lch(70.9 30.1 295.6) |
| OKLCH | oklch(0.754 0.079 287.7) |
Copy-ready code
/* CSS */
color: #aca8df;
background-color: #aca8df;
/* Tailwind (arbitrary) */
class="text-[#aca8df] bg-[#aca8df]"
/* SCSS */
$brand: #aca8df;
/* SwiftUI */
Color(red: 0.675, green: 0.659, blue: 0.875)
/* Android */
Color.parseColor("#aca8df")Accessibility — WCAG contrast
Aa
#aca8df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca8df on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green65.9%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta24.7%
Yellow0.0%
Key (black)12.5%
Color previews
#aca8df text on a black background
contrast 9.42:1
Card sample
#aca8df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca8df;
Background color
Panel with #aca8df background
background-color: #aca8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 168, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 168, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca8df; background: linear-gradient(135deg, #aca8df, #D1A8DF);