#945421
a dark, vivid orange · warm · closest name: sienna
RGB
148, 84, 33
HSL
27°, 64%, 36%
CMYK
0, 43, 78, 42
Luminance
0.1275
Every format
| HEX | #945421 |
| RGB | rgb(148, 84, 33) |
| HSL | hsl(27, 64%, 36%) |
| CMYK | cmyk(0%, 43%, 78%, 42%) |
| LAB | lab(42.4 22.5 39.8) |
| LCH | lch(42.4 45.7 60.5) |
| OKLCH | oklch(0.512 0.106 55.5) |
Copy-ready code
/* CSS */
color: #945421;
background-color: #945421;
/* Tailwind (arbitrary) */
class="text-[#945421] bg-[#945421]"
/* SCSS */
$brand: #945421;
/* SwiftUI */
Color(red: 0.580, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#945421")Accessibility — WCAG contrast
Aa
#945421 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#945421 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow77.7%
Key (black)42.0%
Color previews
#945421 text on a black background
contrast 3.55:1
Card sample
#945421 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #945421;
Background color
Panel with #945421 background
background-color: #945421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #945421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #945421; background: linear-gradient(135deg, #945421, #879421);