#acace5
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 229
HSL
240°, 52%, 79%
CMYK
25, 25, 0, 10
Luminance
0.4393
Every format
| HEX | #acace5 |
| RGB | rgb(172, 172, 229) |
| HSL | hsl(240, 52%, 79%) |
| CMYK | cmyk(25%, 25%, 0%, 10%) |
| LAB | lab(72.2 12.2 -28.6) |
| LCH | lch(72.2 31.1 293.1) |
| OKLCH | oklch(0.765 0.081 284.3) |
Copy-ready code
/* CSS */
color: #acace5;
background-color: #acace5;
/* Tailwind (arbitrary) */
class="text-[#acace5] bg-[#acace5]"
/* SCSS */
$brand: #acace5;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.898)
/* Android */
Color.parseColor("#acace5")Accessibility — WCAG contrast
Aa
#acace5 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acace5 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue89.8%
CMYK percentages
Cyan24.9%
Magenta24.9%
Yellow0.0%
Key (black)10.2%
Color previews
#acace5 text on a black background
contrast 9.79:1
Card sample
#acace5 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acace5;
Background color
Panel with #acace5 background
background-color: #acace5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acace5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acace5; background: linear-gradient(135deg, #acace5, #D2ACE5);