#901955
a dark, vivid magenta / pink · warm · closest name: purple
RGB
144, 25, 85
HSL
330°, 70%, 33%
CMYK
0, 83, 41, 44
Luminance
0.0728
Every format
| HEX | #901955 |
| RGB | rgb(144, 25, 85) |
| HSL | hsl(330, 70%, 33%) |
| CMYK | cmyk(0%, 83%, 41%, 44%) |
| LAB | lab(32.4 52.0 -4.5) |
| LCH | lch(32.4 52.2 355.0) |
| OKLCH | oklch(0.439 0.161 356.0) |
Copy-ready code
/* CSS */
color: #901955;
background-color: #901955;
/* Tailwind (arbitrary) */
class="text-[#901955] bg-[#901955]"
/* SCSS */
$brand: #901955;
/* SwiftUI */
Color(red: 0.565, green: 0.098, blue: 0.333)
/* Android */
Color.parseColor("#901955")Accessibility — WCAG contrast
Aa
#901955 on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#901955 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green9.8%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow41.0%
Key (black)43.5%
Color previews
#901955 text on a black background
contrast 2.46:1
Card sample
#901955 text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #901955;
Background color
Panel with #901955 background
background-color: #901955;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #901955;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 25, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 25, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #901955; background: linear-gradient(135deg, #901955, #902C19);