#ac9dfe
a light, electric blue · warm · closest name: plum
RGB
172, 157, 254
HSL
249°, 98%, 81%
CMYK
32, 38, 0, 0
Luminance
0.4004
Every format
| HEX | #ac9dfe |
| RGB | rgb(172, 157, 254) |
| HSL | hsl(249, 98%, 81%) |
| CMYK | cmyk(32%, 38%, 0%, 0%) |
| LAB | lab(69.5 26.7 -46.4) |
| LCH | lch(69.5 53.5 300.0) |
| OKLCH | oklch(0.748 0.138 289.7) |
Copy-ready code
/* CSS */
color: #ac9dfe;
background-color: #ac9dfe;
/* Tailwind (arbitrary) */
class="text-[#ac9dfe] bg-[#ac9dfe]"
/* SCSS */
$brand: #ac9dfe;
/* SwiftUI */
Color(red: 0.675, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#ac9dfe")Accessibility — WCAG contrast
Aa
#ac9dfe on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9dfe on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green61.6%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#ac9dfe text on a black background
contrast 9.01:1
Card sample
#ac9dfe text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9dfe;
Background color
Panel with #ac9dfe background
background-color: #ac9dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9dfe; background: linear-gradient(135deg, #ac9dfe, #ED9DFE);