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