#8f7eb6
a balanced, soft violet · warm · closest name: plum
RGB
143, 126, 182
HSL
258°, 28%, 60%
CMYK
21, 31, 0, 29
Luminance
0.2414
Every format
| HEX | #8f7eb6 |
| RGB | rgb(143, 126, 182) |
| HSL | hsl(258, 28%, 60%) |
| CMYK | cmyk(21%, 31%, 0%, 29%) |
| LAB | lab(56.2 18.3 -27.1) |
| LCH | lch(56.2 32.7 304.0) |
| OKLCH | oklch(0.630 0.085 297.9) |
Copy-ready code
/* CSS */
color: #8f7eb6;
background-color: #8f7eb6;
/* Tailwind (arbitrary) */
class="text-[#8f7eb6] bg-[#8f7eb6]"
/* SCSS */
$brand: #8f7eb6;
/* SwiftUI */
Color(red: 0.561, green: 0.494, blue: 0.714)
/* Android */
Color.parseColor("#8f7eb6")Accessibility — WCAG contrast
Aa
#8f7eb6 on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7eb6 on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green49.4%
Blue71.4%
CMYK percentages
Cyan21.4%
Magenta30.8%
Yellow0.0%
Key (black)28.6%
Color previews
#8f7eb6 text on a black background
contrast 5.83:1
Card sample
#8f7eb6 text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7eb6;
Background color
Panel with #8f7eb6 background
background-color: #8f7eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 126, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 126, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7eb6; background: linear-gradient(135deg, #8f7eb6, #B47EB6);