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