#acace6
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 230
HSL
240°, 54%, 79%
CMYK
25, 25, 0, 10
Luminance
0.4399
Every format
| HEX | #acace6 |
| RGB | rgb(172, 172, 230) |
| HSL | hsl(240, 54%, 79%) |
| CMYK | cmyk(25%, 25%, 0%, 10%) |
| LAB | lab(72.2 12.4 -29.1) |
| LCH | lch(72.2 31.6 293.2) |
| OKLCH | oklch(0.765 0.083 284.3) |
Copy-ready code
/* CSS */
color: #acace6;
background-color: #acace6;
/* Tailwind (arbitrary) */
class="text-[#acace6] bg-[#acace6]"
/* SCSS */
$brand: #acace6;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.902)
/* Android */
Color.parseColor("#acace6")Accessibility — WCAG contrast
Aa
#acace6 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acace6 on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue90.2%
CMYK percentages
Cyan25.2%
Magenta25.2%
Yellow0.0%
Key (black)9.8%
Color previews
#acace6 text on a black background
contrast 9.80:1
Card sample
#acace6 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acace6;
Background color
Panel with #acace6 background
background-color: #acace6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acace6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acace6; background: linear-gradient(135deg, #acace6, #D3ACE6);