#acacee
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 238
HSL
240°, 66%, 80%
CMYK
28, 28, 0, 7
Luminance
0.4445
Every format
| HEX | #acacee |
| RGB | rgb(172, 172, 238) |
| HSL | hsl(240, 66%, 80%) |
| CMYK | cmyk(28%, 28%, 0%, 7%) |
| LAB | lab(72.5 14.3 -32.9) |
| LCH | lch(72.5 35.9 293.5) |
| OKLCH | oklch(0.769 0.094 284.0) |
Copy-ready code
/* CSS */
color: #acacee;
background-color: #acacee;
/* Tailwind (arbitrary) */
class="text-[#acacee] bg-[#acacee]"
/* SCSS */
$brand: #acacee;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#acacee")Accessibility — WCAG contrast
Aa
#acacee on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacee on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue93.3%
CMYK percentages
Cyan27.7%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#acacee text on a black background
contrast 9.89:1
Card sample
#acacee text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacee;
Background color
Panel with #acacee background
background-color: #acacee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacee; background: linear-gradient(135deg, #acacee, #D8ACEE);