#9f61b2
a balanced, soft violet · warm · closest name: orchid
RGB
159, 97, 178
HSL
286°, 35%, 54%
CMYK
11, 46, 0, 30
Luminance
0.1913
Every format
| HEX | #9f61b2 |
| RGB | rgb(159, 97, 178) |
| HSL | hsl(286, 35%, 54%) |
| CMYK | cmyk(11%, 46%, 0%, 30%) |
| LAB | lab(50.9 39.0 -33.1) |
| LCH | lch(50.9 51.1 319.7) |
| OKLCH | oklch(0.592 0.136 317.9) |
Copy-ready code
/* CSS */
color: #9f61b2;
background-color: #9f61b2;
/* Tailwind (arbitrary) */
class="text-[#9f61b2] bg-[#9f61b2]"
/* SCSS */
$brand: #9f61b2;
/* SwiftUI */
Color(red: 0.624, green: 0.380, blue: 0.698)
/* Android */
Color.parseColor("#9f61b2")Accessibility — WCAG contrast
Aa
#9f61b2 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#9f61b2 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green38.0%
Blue69.8%
CMYK percentages
Cyan10.7%
Magenta45.5%
Yellow0.0%
Key (black)30.2%
Color previews
#9f61b2 text on a black background
contrast 4.83:1
Card sample
#9f61b2 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9f61b2;
Background color
Panel with #9f61b2 background
background-color: #9f61b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9f61b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 97, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 97, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9f61b2; background: linear-gradient(135deg, #9f61b2, #B2618F);