#8f7faf
a balanced, soft violet · warm · closest name: steelblue
RGB
143, 127, 175
HSL
260°, 23%, 59%
CMYK
18, 27, 0, 31
Luminance
0.2411
Every format
| HEX | #8f7faf |
| RGB | rgb(143, 127, 175) |
| HSL | hsl(260, 23%, 59%) |
| CMYK | cmyk(18%, 27%, 0%, 31%) |
| LAB | lab(56.2 16.1 -23.1) |
| LCH | lch(56.2 28.2 304.8) |
| OKLCH | oklch(0.629 0.073 299.6) |
Copy-ready code
/* CSS */
color: #8f7faf;
background-color: #8f7faf;
/* Tailwind (arbitrary) */
class="text-[#8f7faf] bg-[#8f7faf]"
/* SCSS */
$brand: #8f7faf;
/* SwiftUI */
Color(red: 0.561, green: 0.498, blue: 0.686)
/* Android */
Color.parseColor("#8f7faf")Accessibility — WCAG contrast
Aa
#8f7faf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8f7faf on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green49.8%
Blue68.6%
CMYK percentages
Cyan18.3%
Magenta27.4%
Yellow0.0%
Key (black)31.4%
Color previews
#8f7faf text on a black background
contrast 5.82:1
Card sample
#8f7faf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f7faf;
Background color
Panel with #8f7faf background
background-color: #8f7faf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f7faf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 127, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 127, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f7faf; background: linear-gradient(135deg, #8f7faf, #AF7FAF);