#ab6dcf
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 109, 207
HSL
278°, 51%, 62%
CMYK
17, 47, 0, 19
Luminance
0.2410
Every format
| HEX | #ab6dcf |
| RGB | rgb(171, 109, 207) |
| HSL | hsl(278, 51%, 62%) |
| CMYK | cmyk(17%, 47%, 0%, 19%) |
| LAB | lab(56.2 42.1 -41.2) |
| LCH | lch(56.2 58.9 315.6) |
| OKLCH | oklch(0.640 0.154 311.9) |
Copy-ready code
/* CSS */
color: #ab6dcf;
background-color: #ab6dcf;
/* Tailwind (arbitrary) */
class="text-[#ab6dcf] bg-[#ab6dcf]"
/* SCSS */
$brand: #ab6dcf;
/* SwiftUI */
Color(red: 0.671, green: 0.427, blue: 0.812)
/* Android */
Color.parseColor("#ab6dcf")Accessibility — WCAG contrast
Aa
#ab6dcf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6dcf on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green42.7%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta47.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ab6dcf text on a black background
contrast 5.82:1
Card sample
#ab6dcf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6dcf;
Background color
Panel with #ab6dcf background
background-color: #ab6dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 109, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 109, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6dcf; background: linear-gradient(135deg, #ab6dcf, #CF6DB2);