#783b0f
a dark, electric orange · warm · closest name: sienna
RGB
120, 59, 15
HSL
25°, 78%, 27%
CMYK
0, 51, 88, 53
Luminance
0.0716
Every format
| HEX | #783b0f |
| RGB | rgb(120, 59, 15) |
| HSL | hsl(25, 78%, 27%) |
| CMYK | cmyk(0%, 51%, 88%, 53%) |
| LAB | lab(32.2 23.6 36.9) |
| LCH | lch(32.2 43.8 57.4) |
| OKLCH | oklch(0.424 0.101 51.1) |
Copy-ready code
/* CSS */
color: #783b0f;
background-color: #783b0f;
/* Tailwind (arbitrary) */
class="text-[#783b0f] bg-[#783b0f]"
/* SCSS */
$brand: #783b0f;
/* SwiftUI */
Color(red: 0.471, green: 0.231, blue: 0.059)
/* Android */
Color.parseColor("#783b0f")Accessibility — WCAG contrast
Aa
#783b0f on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#783b0f on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green23.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta50.8%
Yellow87.5%
Key (black)52.9%
Color previews
#783b0f text on a black background
contrast 2.43:1
Card sample
#783b0f text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #783b0f;
Background color
Panel with #783b0f background
background-color: #783b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #783b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 59, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 59, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #783b0f; background: linear-gradient(135deg, #783b0f, #6F780F);