#ac98eb
a light, vivid blue · warm · closest name: plum
RGB
172, 152, 235
HSL
255°, 68%, 76%
CMYK
27, 35, 0, 8
Luminance
0.3723
Every format
| HEX | #ac98eb |
| RGB | rgb(172, 152, 235) |
| HSL | hsl(255, 68%, 76%) |
| CMYK | cmyk(27%, 35%, 0%, 8%) |
| LAB | lab(67.5 24.9 -39.2) |
| LCH | lch(67.5 46.4 302.4) |
| OKLCH | oklch(0.729 0.120 294.3) |
Copy-ready code
/* CSS */
color: #ac98eb;
background-color: #ac98eb;
/* Tailwind (arbitrary) */
class="text-[#ac98eb] bg-[#ac98eb]"
/* SCSS */
$brand: #ac98eb;
/* SwiftUI */
Color(red: 0.675, green: 0.596, blue: 0.922)
/* Android */
Color.parseColor("#ac98eb")Accessibility — WCAG contrast
Aa
#ac98eb on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac98eb on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green59.6%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta35.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ac98eb text on a black background
contrast 8.45:1
Card sample
#ac98eb text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac98eb;
Background color
Panel with #ac98eb background
background-color: #ac98eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac98eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 152, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 152, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac98eb; background: linear-gradient(135deg, #ac98eb, #E398EB);