#9b1daf
a dark, vivid magenta / pink · warm · closest name: purple
RGB
155, 29, 175
HSL
292°, 72%, 40%
CMYK
11, 83, 0, 31
Luminance
0.1094
Every format
| HEX | #9b1daf |
| RGB | rgb(155, 29, 175) |
| HSL | hsl(292, 72%, 40%) |
| CMYK | cmyk(11%, 83%, 0%, 31%) |
| LAB | lab(39.5 66.4 -49.4) |
| LCH | lch(39.5 82.7 323.4) |
| OKLCH | oklch(0.508 0.222 321.5) |
Copy-ready code
/* CSS */
color: #9b1daf;
background-color: #9b1daf;
/* Tailwind (arbitrary) */
class="text-[#9b1daf] bg-[#9b1daf]"
/* SCSS */
$brand: #9b1daf;
/* SwiftUI */
Color(red: 0.608, green: 0.114, blue: 0.686)
/* Android */
Color.parseColor("#9b1daf")Accessibility — WCAG contrast
Aa
#9b1daf on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9b1daf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green11.4%
Blue68.6%
CMYK percentages
Cyan11.4%
Magenta83.4%
Yellow0.0%
Key (black)31.4%
Color previews
#9b1daf text on a black background
contrast 3.19:1
Card sample
#9b1daf text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b1daf;
Background color
Panel with #9b1daf background
background-color: #9b1daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b1daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 29, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 29, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b1daf; background: linear-gradient(135deg, #9b1daf, #AF1D62);