#ab71cf
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 113, 207
HSL
277°, 50%, 63%
CMYK
17, 45, 0, 19
Luminance
0.2497
Every format
| HEX | #ab71cf |
| RGB | rgb(171, 113, 207) |
| HSL | hsl(277, 50%, 63%) |
| CMYK | cmyk(17%, 45%, 0%, 19%) |
| LAB | lab(57.0 39.9 -39.9) |
| LCH | lch(57.0 56.4 315.0) |
| OKLCH | oklch(0.646 0.148 311.3) |
Copy-ready code
/* CSS */
color: #ab71cf;
background-color: #ab71cf;
/* Tailwind (arbitrary) */
class="text-[#ab71cf] bg-[#ab71cf]"
/* SCSS */
$brand: #ab71cf;
/* SwiftUI */
Color(red: 0.671, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#ab71cf")Accessibility — WCAG contrast
Aa
#ab71cf on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab71cf on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green44.3%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta45.4%
Yellow0.0%
Key (black)18.8%
Color previews
#ab71cf text on a black background
contrast 5.99:1
Card sample
#ab71cf text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab71cf;
Background color
Panel with #ab71cf background
background-color: #ab71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab71cf; background: linear-gradient(135deg, #ab71cf, #CF71B4);