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