#5e331a
a deep, vivid orange · warm · closest name: sienna
RGB
94, 51, 26
HSL
22°, 57%, 24%
CMYK
0, 46, 72, 63
Luminance
0.0482
Every format
| HEX | #5e331a |
| RGB | rgb(94, 51, 26) |
| HSL | hsl(22, 57%, 24%) |
| CMYK | cmyk(0%, 46%, 72%, 63%) |
| LAB | lab(26.2 16.9 23.9) |
| LCH | lch(26.2 29.3 54.7) |
| OKLCH | oklch(0.370 0.072 49.3) |
Copy-ready code
/* CSS */
color: #5e331a;
background-color: #5e331a;
/* Tailwind (arbitrary) */
class="text-[#5e331a] bg-[#5e331a]"
/* SCSS */
$brand: #5e331a;
/* SwiftUI */
Color(red: 0.369, green: 0.200, blue: 0.102)
/* Android */
Color.parseColor("#5e331a")Accessibility — WCAG contrast
Aa
#5e331a on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e331a on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green20.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow72.3%
Key (black)63.1%
Color previews
#5e331a text on a black background
contrast 1.96:1
Card sample
#5e331a text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e331a;
Background color
Panel with #5e331a background
background-color: #5e331a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e331a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 51, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 51, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e331a; background: linear-gradient(135deg, #5e331a, #5C5E1A);