#8f7dbb
a balanced, soft violet · warm · closest name: plum
RGB
143, 125, 187
HSL
257°, 31%, 61%
CMYK
24, 33, 0, 27
Luminance
0.2409
Every format
| HEX | #8f7dbb |
| RGB | rgb(143, 125, 187) |
| HSL | hsl(257, 31%, 61%) |
| CMYK | cmyk(24%, 33%, 0%, 27%) |
| LAB | lab(56.2 20.1 -30.1) |
| LCH | lch(56.2 36.1 303.8) |
| OKLCH | oklch(0.630 0.093 297.0) |
Copy-ready code
/* CSS */
color: #8f7dbb;
background-color: #8f7dbb;
/* Tailwind (arbitrary) */
class="text-[#8f7dbb] bg-[#8f7dbb]"
/* SCSS */
$brand: #8f7dbb;
/* SwiftUI */
Color(red: 0.561, green: 0.490, blue: 0.733)
/* Android */
Color.parseColor("#8f7dbb")Accessibility — WCAG contrast
Aa
#8f7dbb on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7dbb on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green49.0%
Blue73.3%
CMYK percentages
Cyan23.5%
Magenta33.2%
Yellow0.0%
Key (black)26.7%
Color previews
#8f7dbb text on a black background
contrast 5.82:1
Card sample
#8f7dbb text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7dbb;
Background color
Panel with #8f7dbb background
background-color: #8f7dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 125, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 125, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7dbb; background: linear-gradient(135deg, #8f7dbb, #B87DBB);