#acacef
a light, vivid blue · warm · closest name: plum
RGB
172, 172, 239
HSL
240°, 68%, 81%
CMYK
28, 28, 0, 6
Luminance
0.4451
Every format
| HEX | #acacef |
| RGB | rgb(172, 172, 239) |
| HSL | hsl(240, 68%, 81%) |
| CMYK | cmyk(28%, 28%, 0%, 6%) |
| LAB | lab(72.6 14.6 -33.4) |
| LCH | lch(72.6 36.5 293.6) |
| OKLCH | oklch(0.769 0.095 283.9) |
Copy-ready code
/* CSS */
color: #acacef;
background-color: #acacef;
/* Tailwind (arbitrary) */
class="text-[#acacef] bg-[#acacef]"
/* SCSS */
$brand: #acacef;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#acacef")Accessibility — WCAG contrast
Aa
#acacef on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacef on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue93.7%
CMYK percentages
Cyan28.0%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#acacef text on a black background
contrast 9.90:1
Card sample
#acacef text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacef;
Background color
Panel with #acacef background
background-color: #acacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacef; background: linear-gradient(135deg, #acacef, #D9ACEF);