#9b4fba
a balanced, soft violet · warm · closest name: orchid
RGB
155, 79, 186
HSL
283°, 44%, 52%
CMYK
17, 58, 0, 27
Luminance
0.1611
Every format
| HEX | #9b4fba |
| RGB | rgb(155, 79, 186) |
| HSL | hsl(283, 44%, 52%) |
| CMYK | cmyk(17%, 58%, 0%, 27%) |
| LAB | lab(47.1 49.1 -43.6) |
| LCH | lch(47.1 65.7 318.3) |
| OKLCH | oklch(0.565 0.173 315.1) |
Copy-ready code
/* CSS */
color: #9b4fba;
background-color: #9b4fba;
/* Tailwind (arbitrary) */
class="text-[#9b4fba] bg-[#9b4fba]"
/* SCSS */
$brand: #9b4fba;
/* SwiftUI */
Color(red: 0.608, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#9b4fba")Accessibility — WCAG contrast
Aa
#9b4fba on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b4fba on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green31.0%
Blue72.9%
CMYK percentages
Cyan16.7%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#9b4fba text on a black background
contrast 4.22:1
Card sample
#9b4fba text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b4fba;
Background color
Panel with #9b4fba background
background-color: #9b4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b4fba; background: linear-gradient(135deg, #9b4fba, #BA4F92);