#acace9
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 233
HSL
240°, 58%, 79%
CMYK
26, 26, 0, 9
Luminance
0.4416
Every format
| HEX | #acace9 |
| RGB | rgb(172, 172, 233) |
| HSL | hsl(240, 58%, 79%) |
| CMYK | cmyk(26%, 26%, 0%, 9%) |
| LAB | lab(72.3 13.2 -30.5) |
| LCH | lch(72.3 33.2 293.3) |
| OKLCH | oklch(0.766 0.087 284.2) |
Copy-ready code
/* CSS */
color: #acace9;
background-color: #acace9;
/* Tailwind (arbitrary) */
class="text-[#acace9] bg-[#acace9]"
/* SCSS */
$brand: #acace9;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#acace9")Accessibility — WCAG contrast
Aa
#acace9 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acace9 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue91.4%
CMYK percentages
Cyan26.2%
Magenta26.2%
Yellow0.0%
Key (black)8.6%
Color previews
#acace9 text on a black background
contrast 9.83:1
Card sample
#acace9 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acace9;
Background color
Panel with #acace9 background
background-color: #acace9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acace9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acace9; background: linear-gradient(135deg, #acace9, #D5ACE9);