#ab6ace
a balanced, vivid violet · warm · closest name: orchid
RGB
171, 106, 206
HSL
279°, 51%, 61%
CMYK
17, 49, 0, 19
Luminance
0.2342
Every format
| HEX | #ab6ace |
| RGB | rgb(171, 106, 206) |
| HSL | hsl(279, 51%, 61%) |
| CMYK | cmyk(17%, 49%, 0%, 19%) |
| LAB | lab(55.5 43.5 -41.7) |
| LCH | lch(55.5 60.3 316.2) |
| OKLCH | oklch(0.634 0.158 312.7) |
Copy-ready code
/* CSS */
color: #ab6ace;
background-color: #ab6ace;
/* Tailwind (arbitrary) */
class="text-[#ab6ace] bg-[#ab6ace]"
/* SCSS */
$brand: #ab6ace;
/* SwiftUI */
Color(red: 0.671, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#ab6ace")Accessibility — WCAG contrast
Aa
#ab6ace on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab6ace on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green41.6%
Blue80.8%
CMYK percentages
Cyan17.0%
Magenta48.5%
Yellow0.0%
Key (black)19.2%
Color previews
#ab6ace text on a black background
contrast 5.68:1
Card sample
#ab6ace text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab6ace;
Background color
Panel with #ab6ace background
background-color: #ab6ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab6ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab6ace; background: linear-gradient(135deg, #ab6ace, #CE6AAE);