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