#acacf8
a light, electric blue · warm · closest name: plum
RGB
172, 172, 248
HSL
240°, 84%, 82%
CMYK
31, 31, 0, 3
Luminance
0.4505
Every format
| HEX | #acacf8 |
| RGB | rgb(172, 172, 248) |
| HSL | hsl(240, 84%, 82%) |
| CMYK | cmyk(31%, 31%, 0%, 3%) |
| LAB | lab(72.9 16.8 -37.7) |
| LCH | lch(72.9 41.3 294.0) |
| OKLCH | oklch(0.773 0.108 283.6) |
Copy-ready code
/* CSS */
color: #acacf8;
background-color: #acacf8;
/* Tailwind (arbitrary) */
class="text-[#acacf8] bg-[#acacf8]"
/* SCSS */
$brand: #acacf8;
/* SwiftUI */
Color(red: 0.675, green: 0.675, blue: 0.973)
/* Android */
Color.parseColor("#acacf8")Accessibility — WCAG contrast
Aa
#acacf8 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acacf8 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.5%
Blue97.3%
CMYK percentages
Cyan30.6%
Magenta30.6%
Yellow0.0%
Key (black)2.7%
Color previews
#acacf8 text on a black background
contrast 10.01:1
Card sample
#acacf8 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acacf8;
Background color
Panel with #acacf8 background
background-color: #acacf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acacf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 172, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 172, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acacf8; background: linear-gradient(135deg, #acacf8, #DFACF8);