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