#9b5daf
a balanced, soft violet · warm · closest name: orchid
RGB
155, 93, 175
HSL
285°, 34%, 53%
CMYK
11, 47, 0, 31
Luminance
0.1789
Every format
| HEX | #9b5daf |
| RGB | rgb(155, 93, 175) |
| HSL | hsl(285, 34%, 53%) |
| CMYK | cmyk(11%, 47%, 0%, 31%) |
| LAB | lab(49.4 39.3 -33.7) |
| LCH | lch(49.4 51.8 319.4) |
| OKLCH | oklch(0.580 0.138 317.5) |
Copy-ready code
/* CSS */
color: #9b5daf;
background-color: #9b5daf;
/* Tailwind (arbitrary) */
class="text-[#9b5daf] bg-[#9b5daf]"
/* SCSS */
$brand: #9b5daf;
/* SwiftUI */
Color(red: 0.608, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#9b5daf")Accessibility — WCAG contrast
Aa
#9b5daf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b5daf on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green36.5%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta46.9%
Yellow0.0%
Key (black)31.4%
Color previews
#9b5daf text on a black background
contrast 4.58:1
Card sample
#9b5daf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b5daf;
Background color
Panel with #9b5daf background
background-color: #9b5daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b5daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b5daf; background: linear-gradient(135deg, #9b5daf, #AF5D8C);