#917ebe
a balanced, soft violet · warm · closest name: plum
RGB
145, 126, 190
HSL
258°, 33%, 62%
CMYK
24, 34, 0, 26
Luminance
0.2466
Every format
| HEX | #917ebe |
| RGB | rgb(145, 126, 190) |
| HSL | hsl(258, 33%, 62%) |
| CMYK | cmyk(24%, 34%, 0%, 26%) |
| LAB | lab(56.7 20.9 -30.9) |
| LCH | lch(56.7 37.3 304.0) |
| OKLCH | oklch(0.635 0.096 297.2) |
Copy-ready code
/* CSS */
color: #917ebe;
background-color: #917ebe;
/* Tailwind (arbitrary) */
class="text-[#917ebe] bg-[#917ebe]"
/* SCSS */
$brand: #917ebe;
/* SwiftUI */
Color(red: 0.569, green: 0.494, blue: 0.745)
/* Android */
Color.parseColor("#917ebe")Accessibility — WCAG contrast
Aa
#917ebe on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917ebe on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green49.4%
Blue74.5%
CMYK percentages
Cyan23.7%
Magenta33.7%
Yellow0.0%
Key (black)25.5%
Color previews
#917ebe text on a black background
contrast 5.93:1
Card sample
#917ebe text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917ebe;
Background color
Panel with #917ebe background
background-color: #917ebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917ebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 126, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 126, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917ebe; background: linear-gradient(135deg, #917ebe, #BC7EBE);