#902a2f
a dark, vivid red · warm · closest name: maroon
RGB
144, 42, 47
HSL
357°, 55%, 37%
CMYK
0, 71, 67, 44
Luminance
0.0779
Every format
| HEX | #902a2f |
| RGB | rgb(144, 42, 47) |
| HSL | hsl(357, 55%, 37%) |
| CMYK | cmyk(0%, 71%, 67%, 44%) |
| LAB | lab(33.5 43.0 21.7) |
| LCH | lch(33.5 48.2 26.8) |
| OKLCH | oklch(0.444 0.137 22.1) |
Copy-ready code
/* CSS */
color: #902a2f;
background-color: #902a2f;
/* Tailwind (arbitrary) */
class="text-[#902a2f] bg-[#902a2f]"
/* SCSS */
$brand: #902a2f;
/* SwiftUI */
Color(red: 0.565, green: 0.165, blue: 0.184)
/* Android */
Color.parseColor("#902a2f")Accessibility — WCAG contrast
Aa
#902a2f on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#902a2f on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green16.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow67.4%
Key (black)43.5%
Color previews
#902a2f text on a black background
contrast 2.56:1
Card sample
#902a2f text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #902a2f;
Background color
Panel with #902a2f background
background-color: #902a2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #902a2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 42, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 42, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #902a2f; background: linear-gradient(135deg, #902a2f, #90692A);