#904607
a dark, electric orange · warm · closest name: sienna
RGB
144, 70, 7
HSL
28°, 91%, 30%
CMYK
0, 51, 95, 44
Luminance
0.1032
Every format
| HEX | #904607 |
| RGB | rgb(144, 70, 7) |
| HSL | hsl(28, 91%, 30%) |
| CMYK | cmyk(0%, 51%, 95%, 44%) |
| LAB | lab(38.4 27.8 46.2) |
| LCH | lch(38.4 53.9 59.0) |
| OKLCH | oklch(0.479 0.119 52.2) |
Copy-ready code
/* CSS */
color: #904607;
background-color: #904607;
/* Tailwind (arbitrary) */
class="text-[#904607] bg-[#904607]"
/* SCSS */
$brand: #904607;
/* SwiftUI */
Color(red: 0.565, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#904607")Accessibility — WCAG contrast
Aa
#904607 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#904607 on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow95.1%
Key (black)43.5%
Color previews
#904607 text on a black background
contrast 3.06:1
Card sample
#904607 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #904607;
Background color
Panel with #904607 background
background-color: #904607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #904607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #904607; background: linear-gradient(135deg, #904607, #7F9007);