#612921
a dark, vivid red · warm · closest name: sienna
RGB
97, 41, 33
HSL
8°, 49%, 26%
CMYK
0, 58, 66, 62
Luminance
0.0424
Every format
| HEX | #612921 |
| RGB | rgb(97, 41, 33) |
| HSL | hsl(8, 49%, 26%) |
| CMYK | cmyk(0%, 58%, 66%, 62%) |
| LAB | lab(24.4 24.7 17.5) |
| LCH | lch(24.4 30.3 35.3) |
| OKLCH | oklch(0.358 0.083 30.0) |
Copy-ready code
/* CSS */
color: #612921;
background-color: #612921;
/* Tailwind (arbitrary) */
class="text-[#612921] bg-[#612921]"
/* SCSS */
$brand: #612921;
/* SwiftUI */
Color(red: 0.380, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#612921")Accessibility — WCAG contrast
Aa
#612921 on white: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#612921 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.7%
Yellow66.0%
Key (black)62.0%
Color previews
#612921 text on a black background
contrast 1.85:1
Card sample
#612921 text on a white background
contrast 11.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #612921;
Background color
Panel with #612921 background
background-color: #612921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #612921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #612921; background: linear-gradient(135deg, #612921, #615421);