#752f21
a dark, vivid red · warm · closest name: sienna
RGB
117, 47, 33
HSL
10°, 56%, 29%
CMYK
0, 60, 72, 54
Luminance
0.0592
Every format
| HEX | #752f21 |
| RGB | rgb(117, 47, 33) |
| HSL | hsl(10, 56%, 29%) |
| CMYK | cmyk(0%, 60%, 72%, 54%) |
| LAB | lab(29.2 29.8 24.1) |
| LCH | lch(29.2 38.3 39.0) |
| OKLCH | oklch(0.401 0.102 33.0) |
Copy-ready code
/* CSS */
color: #752f21;
background-color: #752f21;
/* Tailwind (arbitrary) */
class="text-[#752f21] bg-[#752f21]"
/* SCSS */
$brand: #752f21;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#752f21")Accessibility — WCAG contrast
Aa
#752f21 on white: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752f21 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow71.8%
Key (black)54.1%
Color previews
#752f21 text on a black background
contrast 2.18:1
Card sample
#752f21 text on a white background
contrast 9.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752f21;
Background color
Panel with #752f21 background
background-color: #752f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752f21; background: linear-gradient(135deg, #752f21, #756721);