#902b4f
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
144, 43, 79
HSL
339°, 54%, 37%
CMYK
0, 70, 45, 44
Luminance
0.0822
Every format
| HEX | #902b4f |
| RGB | rgb(144, 43, 79) |
| HSL | hsl(339, 54%, 37%) |
| CMYK | cmyk(0%, 70%, 45%, 44%) |
| LAB | lab(34.4 45.2 2.3) |
| LCH | lch(34.4 45.3 2.9) |
| OKLCH | oklch(0.453 0.139 2.7) |
Copy-ready code
/* CSS */
color: #902b4f;
background-color: #902b4f;
/* Tailwind (arbitrary) */
class="text-[#902b4f] bg-[#902b4f]"
/* SCSS */
$brand: #902b4f;
/* SwiftUI */
Color(red: 0.565, green: 0.169, blue: 0.310)
/* Android */
Color.parseColor("#902b4f")Accessibility — WCAG contrast
Aa
#902b4f on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#902b4f on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green16.9%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow45.1%
Key (black)43.5%
Color previews
#902b4f text on a black background
contrast 2.64:1
Card sample
#902b4f text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902b4f;
Background color
Panel with #902b4f background
background-color: #902b4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902b4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 43, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 43, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902b4f; background: linear-gradient(135deg, #902b4f, #904A2B);