#ab7fdf
a light, vivid violet · warm · closest name: orchid
RGB
171, 127, 223
HSL
268°, 60%, 69%
CMYK
23, 43, 0, 13
Luminance
0.2916
Every format
| HEX | #ab7fdf |
| RGB | rgb(171, 127, 223) |
| HSL | hsl(268, 60%, 69%) |
| CMYK | cmyk(23%, 43%, 0%, 13%) |
| LAB | lab(60.9 35.8 -42.8) |
| LCH | lch(60.9 55.8 309.9) |
| OKLCH | oklch(0.678 0.144 304.0) |
Copy-ready code
/* CSS */
color: #ab7fdf;
background-color: #ab7fdf;
/* Tailwind (arbitrary) */
class="text-[#ab7fdf] bg-[#ab7fdf]"
/* SCSS */
$brand: #ab7fdf;
/* SwiftUI */
Color(red: 0.671, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#ab7fdf")Accessibility — WCAG contrast
Aa
#ab7fdf on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7fdf on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.8%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ab7fdf text on a black background
contrast 6.83:1
Card sample
#ab7fdf text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7fdf;
Background color
Panel with #ab7fdf background
background-color: #ab7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7fdf; background: linear-gradient(135deg, #ab7fdf, #DF7FD3);