#763b13
a dark, vivid orange · warm · closest name: sienna
RGB
118, 59, 19
HSL
24°, 72%, 27%
CMYK
0, 50, 84, 54
Luminance
0.0703
Every format
| HEX | #763b13 |
| RGB | rgb(118, 59, 19) |
| HSL | hsl(24, 72%, 27%) |
| CMYK | cmyk(0%, 50%, 84%, 54%) |
| LAB | lab(31.9 22.9 34.7) |
| LCH | lch(31.9 41.5 56.6) |
| OKLCH | oklch(0.421 0.097 50.6) |
Copy-ready code
/* CSS */
color: #763b13;
background-color: #763b13;
/* Tailwind (arbitrary) */
class="text-[#763b13] bg-[#763b13]"
/* SCSS */
$brand: #763b13;
/* SwiftUI */
Color(red: 0.463, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#763b13")Accessibility — WCAG contrast
Aa
#763b13 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763b13 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow83.9%
Key (black)53.7%
Color previews
#763b13 text on a black background
contrast 2.41:1
Card sample
#763b13 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763b13;
Background color
Panel with #763b13 background
background-color: #763b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763b13; background: linear-gradient(135deg, #763b13, #6F7613);