#ab7fd7
a light, vivid violet · warm · closest name: plum
RGB
171, 127, 215
HSL
270°, 52%, 67%
CMYK
21, 41, 0, 16
Luminance
0.2874
Every format
| HEX | #ab7fd7 |
| RGB | rgb(171, 127, 215) |
| HSL | hsl(270, 52%, 67%) |
| CMYK | cmyk(21%, 41%, 0%, 16%) |
| LAB | lab(60.5 33.9 -38.9) |
| LCH | lch(60.5 51.6 311.1) |
| OKLCH | oklch(0.674 0.134 306.1) |
Copy-ready code
/* CSS */
color: #ab7fd7;
background-color: #ab7fd7;
/* Tailwind (arbitrary) */
class="text-[#ab7fd7] bg-[#ab7fd7]"
/* SCSS */
$brand: #ab7fd7;
/* SwiftUI */
Color(red: 0.671, green: 0.498, blue: 0.843)
/* Android */
Color.parseColor("#ab7fd7")Accessibility — WCAG contrast
Aa
#ab7fd7 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7fd7 on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.8%
Blue84.3%
CMYK percentages
Cyan20.5%
Magenta40.9%
Yellow0.0%
Key (black)15.7%
Color previews
#ab7fd7 text on a black background
contrast 6.75:1
Card sample
#ab7fd7 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7fd7;
Background color
Panel with #ab7fd7 background
background-color: #ab7fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 127, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 127, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7fd7; background: linear-gradient(135deg, #ab7fd7, #D77FC8);