#5f331f
a deep, vivid orange · warm · closest name: sienna
RGB
95, 51, 31
HSL
19°, 51%, 25%
CMYK
0, 46, 67, 63
Luminance
0.0490
Every format
| HEX | #5f331f |
| RGB | rgb(95, 51, 31) |
| HSL | hsl(19, 51%, 25%) |
| CMYK | cmyk(0%, 46%, 67%, 63%) |
| LAB | lab(26.4 17.8 21.1) |
| LCH | lch(26.4 27.6 49.9) |
| OKLCH | oklch(0.373 0.071 44.5) |
Copy-ready code
/* CSS */
color: #5f331f;
background-color: #5f331f;
/* Tailwind (arbitrary) */
class="text-[#5f331f] bg-[#5f331f]"
/* SCSS */
$brand: #5f331f;
/* SwiftUI */
Color(red: 0.373, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#5f331f")Accessibility — WCAG contrast
Aa
#5f331f on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f331f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow67.4%
Key (black)62.7%
Color previews
#5f331f text on a black background
contrast 1.98:1
Card sample
#5f331f text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f331f;
Background color
Panel with #5f331f background
background-color: #5f331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f331f; background: linear-gradient(135deg, #5f331f, #5F5E1F);