#ac9bfe
a light, electric blue · warm · closest name: plum
RGB
172, 155, 254
HSL
250°, 98%, 80%
CMYK
32, 39, 0, 0
Luminance
0.3937
Every format
| HEX | #ac9bfe |
| RGB | rgb(172, 155, 254) |
| HSL | hsl(250, 98%, 80%) |
| CMYK | cmyk(32%, 39%, 0%, 0%) |
| LAB | lab(69.0 27.9 -47.1) |
| LCH | lch(69.0 54.7 300.6) |
| OKLCH | oklch(0.744 0.141 290.4) |
Copy-ready code
/* CSS */
color: #ac9bfe;
background-color: #ac9bfe;
/* Tailwind (arbitrary) */
class="text-[#ac9bfe] bg-[#ac9bfe]"
/* SCSS */
$brand: #ac9bfe;
/* SwiftUI */
Color(red: 0.675, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#ac9bfe")Accessibility — WCAG contrast
Aa
#ac9bfe on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac9bfe on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green60.8%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ac9bfe text on a black background
contrast 8.87:1
Card sample
#ac9bfe text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac9bfe;
Background color
Panel with #ac9bfe background
background-color: #ac9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac9bfe; background: linear-gradient(135deg, #ac9bfe, #EE9BFE);