#9f4dbb
a balanced, soft violet · warm · closest name: orchid
RGB
159, 77, 187
HSL
285°, 45%, 52%
CMYK
15, 59, 0, 27
Luminance
0.1627
Every format
| HEX | #9f4dbb |
| RGB | rgb(159, 77, 187) |
| HSL | hsl(285, 45%, 52%) |
| CMYK | cmyk(15%, 59%, 0%, 27%) |
| LAB | lab(47.3 51.3 -43.9) |
| LCH | lch(47.3 67.5 319.5) |
| OKLCH | oklch(0.568 0.179 316.7) |
Copy-ready code
/* CSS */
color: #9f4dbb;
background-color: #9f4dbb;
/* Tailwind (arbitrary) */
class="text-[#9f4dbb] bg-[#9f4dbb]"
/* SCSS */
$brand: #9f4dbb;
/* SwiftUI */
Color(red: 0.624, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#9f4dbb")Accessibility — WCAG contrast
Aa
#9f4dbb on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9f4dbb on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green30.2%
Blue73.3%
CMYK percentages
Cyan15.0%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#9f4dbb text on a black background
contrast 4.25:1
Card sample
#9f4dbb text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f4dbb;
Background color
Panel with #9f4dbb background
background-color: #9f4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f4dbb; background: linear-gradient(135deg, #9f4dbb, #BB4D8E);