#acacf4
a light, electric blue · warm · closest name: plum
RGB
172, 172, 244
HSL
240°, 77%, 82%
CMYK
30, 30, 0, 4
Luminance
0.4481
Every format
| HEX | #acacf4 |
| RGB | rgb(172, 172, 244) |
| HSL | hsl(240, 77%, 82%) |
| CMYK | cmyk(30%, 30%, 0%, 4%) |
| LAB | lab(72.8 15.8 -35.8) |
| LCH | lch(72.8 39.2 293.8) |
| OKLCH | oklch(0.771 0.102 283.7) |
Copy-ready code
/* CSS */
color: #acacf4;
background-color: #acacf4;
/* Tailwind (arbitrary) */
class="text-[#acacf4] bg-[#acacf4]"
/* SCSS */
$brand: #acacf4;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.957)
/* Android */
Color.parseColor("#acacf4")Accessibility — WCAG contrast
Aa
#acacf4 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacf4 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue95.7%
CMYK percentages
Cyan29.5%
Magenta29.5%
Yellow0.0%
Key (black)4.3%
Color previews
#acacf4 text on a black background
contrast 9.96:1
Card sample
#acacf4 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacf4;
Background color
Panel with #acacf4 background
background-color: #acacf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacf4; background: linear-gradient(135deg, #acacf4, #DCACF4);