#774718
a dark, vivid orange · warm · closest name: sienna
RGB
119, 71, 24
HSL
30°, 66%, 28%
CMYK
0, 40, 80, 53
Luminance
0.0849
Every format
| HEX | #774718 |
| RGB | rgb(119, 71, 24) |
| HSL | hsl(30, 66%, 28%) |
| CMYK | cmyk(0%, 40%, 80%, 53%) |
| LAB | lab(35.0 16.4 35.4) |
| LCH | lch(35.0 39.0 65.1) |
| OKLCH | oklch(0.446 0.089 60.9) |
Copy-ready code
/* CSS */
color: #774718;
background-color: #774718;
/* Tailwind (arbitrary) */
class="text-[#774718] bg-[#774718]"
/* SCSS */
$brand: #774718;
/* SwiftUI */
Color(red: 0.467, green: 0.278, blue: 0.094)
/* Android */
Color.parseColor("#774718")Accessibility — WCAG contrast
Aa
#774718 on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#774718 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green27.8%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow79.8%
Key (black)53.3%
Color previews
#774718 text on a black background
contrast 2.70:1
Card sample
#774718 text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #774718;
Background color
Panel with #774718 background
background-color: #774718;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #774718;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 71, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 71, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #774718; background: linear-gradient(135deg, #774718, #677718);