#774411
a dark, electric orange · warm · closest name: sienna
RGB
119, 68, 17
HSL
30°, 75%, 27%
CMYK
0, 43, 86, 53
Luminance
0.0810
Every format
| HEX | #774411 |
| RGB | rgb(119, 68, 17) |
| HSL | hsl(30, 75%, 27%) |
| CMYK | cmyk(0%, 43%, 86%, 53%) |
| LAB | lab(34.2 18.0 37.8) |
| LCH | lch(34.2 41.8 64.6) |
| OKLCH | oklch(0.439 0.093 60.0) |
Copy-ready code
/* CSS */
color: #774411;
background-color: #774411;
/* Tailwind (arbitrary) */
class="text-[#774411] bg-[#774411]"
/* SCSS */
$brand: #774411;
/* SwiftUI */
Color(red: 0.467, green: 0.267, blue: 0.067)
/* Android */
Color.parseColor("#774411")Accessibility — WCAG contrast
Aa
#774411 on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774411 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green26.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow85.7%
Key (black)53.3%
Color previews
#774411 text on a black background
contrast 2.62:1
Card sample
#774411 text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774411;
Background color
Panel with #774411 background
background-color: #774411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 68, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 68, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774411; background: linear-gradient(135deg, #774411, #667711);