#acace3
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 227
HSL
240°, 50%, 78%
CMYK
24, 24, 0, 11
Luminance
0.4382
Every format
| HEX | #acace3 |
| RGB | rgb(172, 172, 227) |
| HSL | hsl(240, 50%, 78%) |
| CMYK | cmyk(24%, 24%, 0%, 11%) |
| LAB | lab(72.1 11.7 -27.6) |
| LCH | lch(72.1 30.0 293.0) |
| OKLCH | oklch(0.764 0.078 284.4) |
Copy-ready code
/* CSS */
color: #acace3;
background-color: #acace3;
/* Tailwind (arbitrary) */
class="text-[#acace3] bg-[#acace3]"
/* SCSS */
$brand: #acace3;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.890)
/* Android */
Color.parseColor("#acace3")Accessibility — WCAG contrast
Aa
#acace3 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acace3 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue89.0%
CMYK percentages
Cyan24.2%
Magenta24.2%
Yellow0.0%
Key (black)11.0%
Color previews
#acace3 text on a black background
contrast 9.76:1
Card sample
#acace3 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acace3;
Background color
Panel with #acace3 background
background-color: #acace3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acace3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acace3; background: linear-gradient(135deg, #acace3, #D1ACE3);