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