#752b13
a dark, vivid red · warm · closest name: sienna
RGB
117, 43, 19
HSL
15°, 72%, 27%
CMYK
0, 63, 84, 54
Luminance
0.0556
Every format
| HEX | #752b13 |
| RGB | rgb(117, 43, 19) |
| HSL | hsl(15, 72%, 27%) |
| CMYK | cmyk(0%, 63%, 84%, 54%) |
| LAB | lab(28.3 31.2 31.2) |
| LCH | lch(28.3 44.1 45.0) |
| OKLCH | oklch(0.393 0.110 37.8) |
Copy-ready code
/* CSS */
color: #752b13;
background-color: #752b13;
/* Tailwind (arbitrary) */
class="text-[#752b13] bg-[#752b13]"
/* SCSS */
$brand: #752b13;
/* SwiftUI */
Color(red: 0.459, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#752b13")Accessibility — WCAG contrast
Aa
#752b13 on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752b13 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow83.8%
Key (black)54.1%
Color previews
#752b13 text on a black background
contrast 2.11:1
Card sample
#752b13 text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752b13;
Background color
Panel with #752b13 background
background-color: #752b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752b13; background: linear-gradient(135deg, #752b13, #756D13);