#9b5eb4
a balanced, soft violet · warm · closest name: orchid
RGB
155, 94, 180
HSL
283°, 36%, 54%
CMYK
14, 48, 0, 29
Luminance
0.1827
Every format
| HEX | #9b5eb4 |
| RGB | rgb(155, 94, 180) |
| HSL | hsl(283, 36%, 54%) |
| CMYK | cmyk(14%, 48%, 0%, 29%) |
| LAB | lab(49.8 39.9 -35.9) |
| LCH | lch(49.8 53.6 318.0) |
| OKLCH | oklch(0.584 0.142 315.4) |
Copy-ready code
/* CSS */
color: #9b5eb4;
background-color: #9b5eb4;
/* Tailwind (arbitrary) */
class="text-[#9b5eb4] bg-[#9b5eb4]"
/* SCSS */
$brand: #9b5eb4;
/* SwiftUI */
Color(red: 0.608, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#9b5eb4")Accessibility — WCAG contrast
Aa
#9b5eb4 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b5eb4 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green36.9%
Blue70.6%
CMYK percentages
Cyan13.9%
Magenta47.8%
Yellow0.0%
Key (black)29.4%
Color previews
#9b5eb4 text on a black background
contrast 4.65:1
Card sample
#9b5eb4 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b5eb4;
Background color
Panel with #9b5eb4 background
background-color: #9b5eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b5eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b5eb4; background: linear-gradient(135deg, #9b5eb4, #B45E94);