#ab97eb
a light, vivid blue · warm · closest name: plum
RGB
171, 151, 235
HSL
254°, 68%, 76%
CMYK
27, 36, 0, 8
Luminance
0.3679
Every format
| HEX | #ab97eb |
| RGB | rgb(171, 151, 235) |
| HSL | hsl(254, 68%, 76%) |
| CMYK | cmyk(27%, 36%, 0%, 8%) |
| LAB | lab(67.1 25.1 -39.7) |
| LCH | lch(67.1 47.0 302.3) |
| OKLCH | oklch(0.726 0.121 294.1) |
Copy-ready code
/* CSS */
color: #ab97eb;
background-color: #ab97eb;
/* Tailwind (arbitrary) */
class="text-[#ab97eb] bg-[#ab97eb]"
/* SCSS */
$brand: #ab97eb;
/* SwiftUI */
Color(red: 0.671, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#ab97eb")Accessibility — WCAG contrast
Aa
#ab97eb on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab97eb on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green59.2%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ab97eb text on a black background
contrast 8.36:1
Card sample
#ab97eb text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab97eb;
Background color
Panel with #ab97eb background
background-color: #ab97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab97eb; background: linear-gradient(135deg, #ab97eb, #E397EB);