#762913
a dark, vivid red · warm · closest name: sienna
RGB
118, 41, 19
HSL
13°, 72%, 27%
CMYK
0, 65, 84, 54
Luminance
0.0548
Every format
| HEX | #762913 |
| RGB | rgb(118, 41, 19) |
| HSL | hsl(13, 72%, 27%) |
| CMYK | cmyk(0%, 65%, 84%, 54%) |
| LAB | lab(28.1 32.6 31.1) |
| LCH | lch(28.1 45.0 43.7) |
| OKLCH | oklch(0.392 0.113 36.3) |
Copy-ready code
/* CSS */
color: #762913;
background-color: #762913;
/* Tailwind (arbitrary) */
class="text-[#762913] bg-[#762913]"
/* SCSS */
$brand: #762913;
/* SwiftUI */
Color(red: 0.463, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#762913")Accessibility — WCAG contrast
Aa
#762913 on white: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#762913 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta65.3%
Yellow83.9%
Key (black)53.7%
Color previews
#762913 text on a black background
contrast 2.10:1
Card sample
#762913 text on a white background
contrast 10.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #762913;
Background color
Panel with #762913 background
background-color: #762913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #762913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #762913; background: linear-gradient(135deg, #762913, #766B13);