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