#752c2f
a dark, vivid red · warm · closest name: sienna
RGB
117, 44, 47
HSL
358°, 45%, 32%
CMYK
0, 62, 60, 54
Luminance
0.0579
Every format
| HEX | #752c2f |
| RGB | rgb(117, 44, 47) |
| HSL | hsl(358, 45%, 32%) |
| CMYK | cmyk(0%, 62%, 60%, 54%) |
| LAB | lab(28.9 32.3 14.7) |
| LCH | lch(28.9 35.5 24.5) |
| OKLCH | oklch(0.399 0.103 20.6) |
Copy-ready code
/* CSS */
color: #752c2f;
background-color: #752c2f;
/* Tailwind (arbitrary) */
class="text-[#752c2f] bg-[#752c2f]"
/* SCSS */
$brand: #752c2f;
/* SwiftUI */
Color(red: 0.459, green: 0.173, blue: 0.184)
/* Android */
Color.parseColor("#752c2f")Accessibility — WCAG contrast
Aa
#752c2f on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752c2f on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green17.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta62.4%
Yellow59.8%
Key (black)54.1%
Color previews
#752c2f text on a black background
contrast 2.16:1
Card sample
#752c2f text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752c2f;
Background color
Panel with #752c2f background
background-color: #752c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 44, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 44, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752c2f; background: linear-gradient(135deg, #752c2f, #755A2C);