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