#9561af
a balanced, soft violet · warm · closest name: orchid
RGB
149, 97, 175
HSL
280°, 33%, 53%
CMYK
15, 45, 0, 31
Luminance
0.1803
Every format
| HEX | #9561af |
| RGB | rgb(149, 97, 175) |
| HSL | hsl(280, 33%, 53%) |
| CMYK | cmyk(15%, 45%, 0%, 31%) |
| LAB | lab(49.5 35.3 -33.5) |
| LCH | lch(49.5 48.6 316.5) |
| OKLCH | oklch(0.579 0.128 313.6) |
Copy-ready code
/* CSS */
color: #9561af;
background-color: #9561af;
/* Tailwind (arbitrary) */
class="text-[#9561af] bg-[#9561af]"
/* SCSS */
$brand: #9561af;
/* SwiftUI */
Color(red: 0.584, green: 0.380, blue: 0.686)
/* Android */
Color.parseColor("#9561af")Accessibility — WCAG contrast
Aa
#9561af on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9561af on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green38.0%
Blue68.6%
CMYK percentages
Cyan14.9%
Magenta44.6%
Yellow0.0%
Key (black)31.4%
Color previews
#9561af text on a black background
contrast 4.61:1
Card sample
#9561af text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9561af;
Background color
Panel with #9561af background
background-color: #9561af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9561af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 97, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 97, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9561af; background: linear-gradient(135deg, #9561af, #AF6195);