#ab7ddf
a light, vivid violet · warm · closest name: orchid
RGB
171, 125, 223
HSL
268°, 61%, 68%
CMYK
23, 44, 0, 13
Luminance
0.2865
Every format
| HEX | #ab7ddf |
| RGB | rgb(171, 125, 223) |
| HSL | hsl(268, 61%, 68%) |
| CMYK | cmyk(23%, 44%, 0%, 13%) |
| LAB | lab(60.5 36.9 -43.5) |
| LCH | lch(60.5 57.0 310.3) |
| OKLCH | oklch(0.674 0.147 304.4) |
Copy-ready code
/* CSS */
color: #ab7ddf;
background-color: #ab7ddf;
/* Tailwind (arbitrary) */
class="text-[#ab7ddf] bg-[#ab7ddf]"
/* SCSS */
$brand: #ab7ddf;
/* SwiftUI */
Color(red: 0.671, green: 0.490, blue: 0.875)
/* Android */
Color.parseColor("#ab7ddf")Accessibility — WCAG contrast
Aa
#ab7ddf on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab7ddf on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green49.0%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta43.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ab7ddf text on a black background
contrast 6.73:1
Card sample
#ab7ddf text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab7ddf;
Background color
Panel with #ab7ddf background
background-color: #ab7ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab7ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 125, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 125, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab7ddf; background: linear-gradient(135deg, #ab7ddf, #DF7DD2);