#802619
a dark, vivid red · warm · closest name: maroon
RGB
128, 38, 25
HSL
8°, 67%, 30%
CMYK
0, 70, 81, 50
Luminance
0.0605
Every format
| HEX | #802619 |
| RGB | rgb(128, 38, 25) |
| HSL | hsl(8, 67%, 30%) |
| CMYK | cmyk(0%, 70%, 81%, 50%) |
| LAB | lab(29.5 38.0 29.8) |
| LCH | lch(29.5 48.3 38.1) |
| OKLCH | oklch(0.407 0.126 31.2) |
Copy-ready code
/* CSS */
color: #802619;
background-color: #802619;
/* Tailwind (arbitrary) */
class="text-[#802619] bg-[#802619]"
/* SCSS */
$brand: #802619;
/* SwiftUI */
Color(red: 0.502, green: 0.149, blue: 0.098)
/* Android */
Color.parseColor("#802619")Accessibility — WCAG contrast
Aa
#802619 on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#802619 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green14.9%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow80.5%
Key (black)49.8%
Color previews
#802619 text on a black background
contrast 2.21:1
Card sample
#802619 text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #802619;
Background color
Panel with #802619 background
background-color: #802619;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #802619;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 38, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 38, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #802619; background: linear-gradient(135deg, #802619, #806B19);