#763541
a dark, soft red · warm · closest name: sienna
RGB
118, 53, 65
HSL
349°, 38%, 34%
CMYK
0, 55, 45, 54
Luminance
0.0678
Every format
| HEX | #763541 |
| RGB | rgb(118, 53, 65) |
| HSL | hsl(349, 38%, 34%) |
| CMYK | cmyk(0%, 55%, 45%, 54%) |
| LAB | lab(31.3 29.8 6.3) |
| LCH | lch(31.3 30.4 12.0) |
| OKLCH | oklch(0.419 0.092 10.3) |
Copy-ready code
/* CSS */
color: #763541;
background-color: #763541;
/* Tailwind (arbitrary) */
class="text-[#763541] bg-[#763541]"
/* SCSS */
$brand: #763541;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.255)
/* Android */
Color.parseColor("#763541")Accessibility — WCAG contrast
Aa
#763541 on white: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763541 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow44.9%
Key (black)53.7%
Color previews
#763541 text on a black background
contrast 2.36:1
Card sample
#763541 text on a white background
contrast 8.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763541;
Background color
Panel with #763541 background
background-color: #763541;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763541;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763541; background: linear-gradient(135deg, #763541, #765435);