#954313
a dark, electric orange · warm · closest name: sienna
RGB
149, 67, 19
HSL
22°, 77%, 33%
CMYK
0, 55, 87, 42
Luminance
0.1045
Every format
| HEX | #954313 |
| RGB | rgb(149, 67, 19) |
| HSL | hsl(22, 77%, 33%) |
| CMYK | cmyk(0%, 55%, 87%, 42%) |
| LAB | lab(38.6 31.8 42.6) |
| LCH | lch(38.6 53.1 53.3) |
| OKLCH | oklch(0.483 0.124 46.2) |
Copy-ready code
/* CSS */
color: #954313;
background-color: #954313;
/* Tailwind (arbitrary) */
class="text-[#954313] bg-[#954313]"
/* SCSS */
$brand: #954313;
/* SwiftUI */
Color(red: 0.584, green: 0.263, blue: 0.075)
/* Android */
Color.parseColor("#954313")Accessibility — WCAG contrast
Aa
#954313 on white: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#954313 on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green26.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow87.2%
Key (black)41.6%
Color previews
#954313 text on a black background
contrast 3.09:1
Card sample
#954313 text on a white background
contrast 6.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #954313;
Background color
Panel with #954313 background
background-color: #954313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #954313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 67, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 67, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #954313; background: linear-gradient(135deg, #954313, #909513);