#9b2adf
a balanced, vivid violet · warm · closest name: magenta
RGB
155, 42, 223
HSL
278°, 74%, 52%
CMYK
31, 81, 0, 13
Luminance
0.1395
Every format
| HEX | #9b2adf |
| RGB | rgb(155, 42, 223) |
| HSL | hsl(278, 74%, 52%) |
| CMYK | cmyk(31%, 81%, 0%, 13%) |
| LAB | lab(44.2 72.0 -69.7) |
| LCH | lch(44.2 100.3 315.9) |
| OKLCH | oklch(0.552 0.252 308.0) |
Copy-ready code
/* CSS */
color: #9b2adf;
background-color: #9b2adf;
/* Tailwind (arbitrary) */
class="text-[#9b2adf] bg-[#9b2adf]"
/* SCSS */
$brand: #9b2adf;
/* SwiftUI */
Color(red: 0.608, green: 0.165, blue: 0.875)
/* Android */
Color.parseColor("#9b2adf")Accessibility — WCAG contrast
Aa
#9b2adf on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b2adf on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green16.5%
Blue87.5%
CMYK percentages
Cyan30.5%
Magenta81.2%
Yellow0.0%
Key (black)12.5%
Color previews
#9b2adf text on a black background
contrast 3.79:1
Card sample
#9b2adf text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b2adf;
Background color
Panel with #9b2adf background
background-color: #9b2adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b2adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 42, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 42, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b2adf; background: linear-gradient(135deg, #9b2adf, #DF2AAA);