#9f5dbb
a balanced, soft violet · warm · closest name: orchid
RGB
159, 93, 187
HSL
282°, 41%, 55%
CMYK
15, 50, 0, 27
Luminance
0.1879
Every format
| HEX | #9f5dbb |
| RGB | rgb(159, 93, 187) |
| HSL | hsl(282, 41%, 55%) |
| CMYK | cmyk(15%, 50%, 0%, 27%) |
| LAB | lab(50.4 43.0 -38.9) |
| LCH | lch(50.4 58.0 317.9) |
| OKLCH | oklch(0.591 0.153 315.0) |
Copy-ready code
/* CSS */
color: #9f5dbb;
background-color: #9f5dbb;
/* Tailwind (arbitrary) */
class="text-[#9f5dbb] bg-[#9f5dbb]"
/* SCSS */
$brand: #9f5dbb;
/* SwiftUI */
Color(red: 0.624, green: 0.365, blue: 0.733)
/* Android */
Color.parseColor("#9f5dbb")Accessibility — WCAG contrast
Aa
#9f5dbb on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f5dbb on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green36.5%
Blue73.3%
CMYK percentages
Cyan15.0%
Magenta50.3%
Yellow0.0%
Key (black)26.7%
Color previews
#9f5dbb text on a black background
contrast 4.76:1
Card sample
#9f5dbb text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f5dbb;
Background color
Panel with #9f5dbb background
background-color: #9f5dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f5dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 93, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 93, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f5dbb; background: linear-gradient(135deg, #9f5dbb, #BB5D98);