#ab97f2
a light, electric blue · warm · closest name: plum
RGB
171, 151, 242
HSL
253°, 78%, 77%
CMYK
29, 38, 0, 5
Luminance
0.3720
Every format
| HEX | #ab97f2 |
| RGB | rgb(171, 151, 242) |
| HSL | hsl(253, 78%, 77%) |
| CMYK | cmyk(29%, 38%, 0%, 5%) |
| LAB | lab(67.4 26.9 -43.1) |
| LCH | lch(67.4 50.8 301.9) |
| OKLCH | oklch(0.730 0.131 293.0) |
Copy-ready code
/* CSS */
color: #ab97f2;
background-color: #ab97f2;
/* Tailwind (arbitrary) */
class="text-[#ab97f2] bg-[#ab97f2]"
/* SCSS */
$brand: #ab97f2;
/* SwiftUI */
Color(red: 0.671, green: 0.592, blue: 0.949)
/* Android */
Color.parseColor("#ab97f2")Accessibility — WCAG contrast
Aa
#ab97f2 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab97f2 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green59.2%
Blue94.9%
CMYK percentages
Cyan29.3%
Magenta37.6%
Yellow0.0%
Key (black)5.1%
Color previews
#ab97f2 text on a black background
contrast 8.44:1
Card sample
#ab97f2 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab97f2;
Background color
Panel with #ab97f2 background
background-color: #ab97f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab97f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 151, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 151, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab97f2; background: linear-gradient(135deg, #ab97f2, #E897F2);