#acacfe
a light, electric blue · warm · closest name: plum
RGB
172, 172, 254
HSL
240°, 98%, 84%
CMYK
32, 32, 0, 0
Luminance
0.4543
Every format
| HEX | #acacfe |
| RGB | rgb(172, 172, 254) |
| HSL | hsl(240, 98%, 84%) |
| CMYK | cmyk(32%, 32%, 0%, 0%) |
| LAB | lab(73.2 18.3 -40.6) |
| LCH | lch(73.2 44.5 294.3) |
| OKLCH | oklch(0.776 0.116 283.4) |
Copy-ready code
/* CSS */
color: #acacfe;
background-color: #acacfe;
/* Tailwind (arbitrary) */
class="text-[#acacfe] bg-[#acacfe]"
/* SCSS */
$brand: #acacfe;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#acacfe")Accessibility — WCAG contrast
Aa
#acacfe on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacfe on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#acacfe text on a black background
contrast 10.09:1
Card sample
#acacfe text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacfe;
Background color
Panel with #acacfe background
background-color: #acacfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacfe; background: linear-gradient(135deg, #acacfe, #E3ACFE);