#9e53af
a balanced, soft violet · warm · closest name: orchid
RGB
158, 83, 175
HSL
289°, 37%, 51%
CMYK
10, 53, 0, 31
Luminance
0.1655
Every format
| HEX | #9e53af |
| RGB | rgb(158, 83, 175) |
| HSL | hsl(289, 37%, 51%) |
| CMYK | cmyk(10%, 53%, 0%, 31%) |
| LAB | lab(47.7 45.5 -36.3) |
| LCH | lch(47.7 58.2 321.5) |
| OKLCH | oklch(0.568 0.156 320.0) |
Copy-ready code
/* CSS */
color: #9e53af;
background-color: #9e53af;
/* Tailwind (arbitrary) */
class="text-[#9e53af] bg-[#9e53af]"
/* SCSS */
$brand: #9e53af;
/* SwiftUI */
Color(red: 0.620, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#9e53af")Accessibility — WCAG contrast
Aa
#9e53af on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e53af on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green32.5%
Blue68.6%
CMYK percentages
Cyan9.7%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#9e53af text on a black background
contrast 4.31:1
Card sample
#9e53af text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e53af;
Background color
Panel with #9e53af background
background-color: #9e53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e53af; background: linear-gradient(135deg, #9e53af, #AF5383);