#acace1
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 225
HSL
240°, 47%, 78%
CMYK
24, 24, 0, 12
Luminance
0.4371
Every format
| HEX | #acace1 |
| RGB | rgb(172, 172, 225) |
| HSL | hsl(240, 47%, 78%) |
| CMYK | cmyk(24%, 24%, 0%, 12%) |
| LAB | lab(72.0 11.3 -26.6) |
| LCH | lch(72.0 28.9 292.9) |
| OKLCH | oklch(0.763 0.075 284.5) |
Copy-ready code
/* CSS */
color: #acace1;
background-color: #acace1;
/* Tailwind (arbitrary) */
class="text-[#acace1] bg-[#acace1]"
/* SCSS */
$brand: #acace1;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.882)
/* Android */
Color.parseColor("#acace1")Accessibility — WCAG contrast
Aa
#acace1 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acace1 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue88.2%
CMYK percentages
Cyan23.6%
Magenta23.6%
Yellow0.0%
Key (black)11.8%
Color previews
#acace1 text on a black background
contrast 9.74:1
Card sample
#acace1 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acace1;
Background color
Panel with #acace1 background
background-color: #acace1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acace1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acace1; background: linear-gradient(135deg, #acace1, #CFACE1);