#ab41cf
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 65, 207
HSL
285°, 60%, 53%
CMYK
17, 69, 0, 19
Luminance
0.1694
Every format
| HEX | #ab41cf |
| RGB | rgb(171, 65, 207) |
| HSL | hsl(285, 60%, 53%) |
| CMYK | cmyk(17%, 69%, 0%, 19%) |
| LAB | lab(48.2 63.5 -53.9) |
| LCH | lch(48.2 83.3 319.7) |
| OKLCH | oklch(0.581 0.219 316.2) |
Copy-ready code
/* CSS */
color: #ab41cf;
background-color: #ab41cf;
/* Tailwind (arbitrary) */
class="text-[#ab41cf] bg-[#ab41cf]"
/* SCSS */
$brand: #ab41cf;
/* SwiftUI */
Color(red: 0.671, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#ab41cf")Accessibility — WCAG contrast
Aa
#ab41cf on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab41cf on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green25.5%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ab41cf text on a black background
contrast 4.39:1
Card sample
#ab41cf text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab41cf;
Background color
Panel with #ab41cf background
background-color: #ab41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab41cf; background: linear-gradient(135deg, #ab41cf, #CF4194);