#752f3c
a dark, soft red · warm · closest name: sienna
RGB
117, 47, 60
HSL
349°, 43%, 32%
CMYK
0, 60, 49, 54
Luminance
0.0614
Every format
| HEX | #752f3c |
| RGB | rgb(117, 47, 60) |
| HSL | hsl(349, 43%, 32%) |
| CMYK | cmyk(0%, 60%, 49%, 54%) |
| LAB | lab(29.8 32.0 7.4) |
| LCH | lch(29.8 32.9 13.0) |
| OKLCH | oklch(0.407 0.099 11.1) |
Copy-ready code
/* CSS */
color: #752f3c;
background-color: #752f3c;
/* Tailwind (arbitrary) */
class="text-[#752f3c] bg-[#752f3c]"
/* SCSS */
$brand: #752f3c;
/* SwiftUI */
Color(red: 0.459, green: 0.184, blue: 0.235)
/* Android */
Color.parseColor("#752f3c")Accessibility — WCAG contrast
Aa
#752f3c on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#752f3c on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green18.4%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow48.7%
Key (black)54.1%
Color previews
#752f3c text on a black background
contrast 2.23:1
Card sample
#752f3c text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #752f3c;
Background color
Panel with #752f3c background
background-color: #752f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #752f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 47, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 47, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #752f3c; background: linear-gradient(135deg, #752f3c, #75512F);