#763313
a dark, vivid orange · warm · closest name: sienna
RGB
118, 51, 19
HSL
19°, 72%, 27%
CMYK
0, 57, 84, 54
Luminance
0.0627
Every format
| HEX | #763313 |
| RGB | rgb(118, 51, 19) |
| HSL | hsl(19, 72%, 27%) |
| CMYK | cmyk(0%, 57%, 84%, 54%) |
| LAB | lab(30.1 27.4 33.0) |
| LCH | lch(30.1 42.9 50.3) |
| OKLCH | oklch(0.407 0.104 43.4) |
Copy-ready code
/* CSS */
color: #763313;
background-color: #763313;
/* Tailwind (arbitrary) */
class="text-[#763313] bg-[#763313]"
/* SCSS */
$brand: #763313;
/* SwiftUI */
Color(red: 0.463, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#763313")Accessibility — WCAG contrast
Aa
#763313 on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763313 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow83.9%
Key (black)53.7%
Color previews
#763313 text on a black background
contrast 2.25:1
Card sample
#763313 text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763313;
Background color
Panel with #763313 background
background-color: #763313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763313; background: linear-gradient(135deg, #763313, #767513);