#763548
a dark, soft magenta / pink · warm · closest name: sienna
RGB
118, 53, 72
HSL
343°, 38%, 34%
CMYK
0, 55, 39, 54
Luminance
0.0687
Every format
| HEX | #763548 |
| RGB | rgb(118, 53, 72) |
| HSL | hsl(343, 38%, 34%) |
| CMYK | cmyk(0%, 55%, 39%, 54%) |
| LAB | lab(31.5 30.6 2.0) |
| LCH | lch(31.5 30.7 3.8) |
| OKLCH | oklch(0.421 0.093 3.5) |
Copy-ready code
/* CSS */
color: #763548;
background-color: #763548;
/* Tailwind (arbitrary) */
class="text-[#763548] bg-[#763548]"
/* SCSS */
$brand: #763548;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.282)
/* Android */
Color.parseColor("#763548")Accessibility — WCAG contrast
Aa
#763548 on white: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763548 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow39.0%
Key (black)53.7%
Color previews
#763548 text on a black background
contrast 2.37:1
Card sample
#763548 text on a white background
contrast 8.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763548;
Background color
Panel with #763548 background
background-color: #763548;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763548;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763548; background: linear-gradient(135deg, #763548, #764D35);