#762821
a dark, vivid red · warm · closest name: sienna
RGB
118, 40, 33
HSL
5°, 56%, 30%
CMYK
0, 66, 72, 54
Luminance
0.0548
Every format
| HEX | #762821 |
| RGB | rgb(118, 40, 33) |
| HSL | hsl(5, 56%, 30%) |
| CMYK | cmyk(0%, 66%, 72%, 54%) |
| LAB | lab(28.1 33.7 22.8) |
| LCH | lch(28.1 40.7 34.0) |
| OKLCH | oklch(0.393 0.111 28.3) |
Copy-ready code
/* CSS */
color: #762821;
background-color: #762821;
/* Tailwind (arbitrary) */
class="text-[#762821] bg-[#762821]"
/* SCSS */
$brand: #762821;
/* SwiftUI */
Color(red: 0.463, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#762821")Accessibility — WCAG contrast
Aa
#762821 on white: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#762821 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow72.0%
Key (black)53.7%
Color previews
#762821 text on a black background
contrast 2.10:1
Card sample
#762821 text on a white background
contrast 10.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762821;
Background color
Panel with #762821 background
background-color: #762821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762821; background: linear-gradient(135deg, #762821, #766121);