#8e7eb0
a balanced, soft violet · warm · closest name: steelblue
RGB
142, 126, 176
HSL
259°, 24%, 59%
CMYK
19, 28, 0, 31
Luminance
0.2381
Every format
| HEX | #8e7eb0 |
| RGB | rgb(142, 126, 176) |
| HSL | hsl(259, 24%, 59%) |
| CMYK | cmyk(19%, 28%, 0%, 31%) |
| LAB | lab(55.9 16.6 -24.2) |
| LCH | lch(55.9 29.3 304.4) |
| OKLCH | oklch(0.626 0.076 298.9) |
Copy-ready code
/* CSS */
color: #8e7eb0;
background-color: #8e7eb0;
/* Tailwind (arbitrary) */
class="text-[#8e7eb0] bg-[#8e7eb0]"
/* SCSS */
$brand: #8e7eb0;
/* SwiftUI */
Color(red: 0.557, green: 0.494, blue: 0.690)
/* Android */
Color.parseColor("#8e7eb0")Accessibility — WCAG contrast
Aa
#8e7eb0 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8e7eb0 on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green49.4%
Blue69.0%
CMYK percentages
Cyan19.3%
Magenta28.4%
Yellow0.0%
Key (black)31.0%
Color previews
#8e7eb0 text on a black background
contrast 5.76:1
Card sample
#8e7eb0 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e7eb0;
Background color
Panel with #8e7eb0 background
background-color: #8e7eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e7eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 126, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 126, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e7eb0; background: linear-gradient(135deg, #8e7eb0, #AF7EB0);