#aca9df
a light, vivid blue · warm · closest name: plum
RGB
172, 169, 223
HSL
243°, 46%, 77%
CMYK
23, 24, 0, 13
Luminance
0.4247
Every format
| HEX | #aca9df |
| RGB | rgb(172, 169, 223) |
| HSL | hsl(243, 46%, 77%) |
| CMYK | cmyk(23%, 24%, 0%, 13%) |
| LAB | lab(71.2 12.4 -26.8) |
| LCH | lch(71.2 29.6 294.9) |
| OKLCH | oklch(0.756 0.077 286.9) |
Copy-ready code
/* CSS */
color: #aca9df;
background-color: #aca9df;
/* Tailwind (arbitrary) */
class="text-[#aca9df] bg-[#aca9df]"
/* SCSS */
$brand: #aca9df;
/* SwiftUI */
Color(red: 0.675, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#aca9df")Accessibility — WCAG contrast
Aa
#aca9df on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aca9df on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green66.3%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#aca9df text on a black background
contrast 9.49:1
Card sample
#aca9df text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aca9df;
Background color
Panel with #aca9df background
background-color: #aca9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aca9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aca9df; background: linear-gradient(135deg, #aca9df, #D0A9DF);