#ab8fba
a balanced, soft violet · warm · closest name: plum
RGB
171, 143, 186
HSL
279°, 24%, 65%
CMYK
8, 23, 0, 27
Luminance
0.3185
Every format
| HEX | #ab8fba |
| RGB | rgb(171, 143, 186) |
| HSL | hsl(279, 24%, 65%) |
| CMYK | cmyk(8%, 23%, 0%, 27%) |
| LAB | lab(63.2 18.6 -18.5) |
| LCH | lch(63.2 26.2 315.1) |
| OKLCH | oklch(0.690 0.069 313.7) |
Copy-ready code
/* CSS */
color: #ab8fba;
background-color: #ab8fba;
/* Tailwind (arbitrary) */
class="text-[#ab8fba] bg-[#ab8fba]"
/* SCSS */
$brand: #ab8fba;
/* SwiftUI */
Color(red: 0.671, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#ab8fba")Accessibility — WCAG contrast
Aa
#ab8fba on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ab8fba on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green56.1%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta23.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ab8fba text on a black background
contrast 7.37:1
Card sample
#ab8fba text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab8fba;
Background color
Panel with #ab8fba background
background-color: #ab8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab8fba; background: linear-gradient(135deg, #ab8fba, #BA8FAC);