#992255
a dark, vivid magenta / pink · warm · closest name: purple
RGB
153, 34, 85
HSL
334°, 64%, 37%
CMYK
0, 78, 44, 40
Luminance
0.0857
Every format
| HEX | #992255 |
| RGB | rgb(153, 34, 85) |
| HSL | hsl(334, 64%, 37%) |
| CMYK | cmyk(0%, 78%, 44%, 40%) |
| LAB | lab(35.1 51.8 -0.3) |
| LCH | lch(35.1 51.8 359.6) |
| OKLCH | oklch(0.462 0.159 359.9) |
Copy-ready code
/* CSS */
color: #992255;
background-color: #992255;
/* Tailwind (arbitrary) */
class="text-[#992255] bg-[#992255]"
/* SCSS */
$brand: #992255;
/* SwiftUI */
Color(red: 0.600, green: 0.133, blue: 0.333)
/* Android */
Color.parseColor("#992255")Accessibility — WCAG contrast
Aa
#992255 on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#992255 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green13.3%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow44.4%
Key (black)40.0%
Color previews
#992255 text on a black background
contrast 2.71:1
Card sample
#992255 text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #992255;
Background color
Panel with #992255 background
background-color: #992255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #992255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 34, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 34, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #992255; background: linear-gradient(135deg, #992255, #993E22);