#763530
a dark, soft red · warm · closest name: sienna
RGB
118, 53, 48
HSL
4°, 42%, 33%
CMYK
0, 55, 59, 54
Luminance
0.0661
Every format
| HEX | #763530 |
| RGB | rgb(118, 53, 48) |
| HSL | hsl(4, 42%, 33%) |
| CMYK | cmyk(0%, 55%, 59%, 54%) |
| LAB | lab(30.9 28.0 16.8) |
| LCH | lch(30.9 32.7 30.9) |
| OKLCH | oklch(0.415 0.092 26.3) |
Copy-ready code
/* CSS */
color: #763530;
background-color: #763530;
/* Tailwind (arbitrary) */
class="text-[#763530] bg-[#763530]"
/* SCSS */
$brand: #763530;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.188)
/* Android */
Color.parseColor("#763530")Accessibility — WCAG contrast
Aa
#763530 on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763530 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow59.3%
Key (black)53.7%
Color previews
#763530 text on a black background
contrast 2.32:1
Card sample
#763530 text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763530;
Background color
Panel with #763530 background
background-color: #763530;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763530;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763530; background: linear-gradient(135deg, #763530, #766430);