#5f2f0f
a deep, vivid orange · warm · closest name: sienna
RGB
95, 47, 15
HSL
24°, 73%, 22%
CMYK
0, 51, 84, 63
Luminance
0.0450
Every format
| HEX | #5f2f0f |
| RGB | rgb(95, 47, 15) |
| HSL | hsl(24, 73%, 22%) |
| CMYK | cmyk(0%, 51%, 84%, 63%) |
| LAB | lab(25.3 19.3 29.1) |
| LCH | lch(25.3 34.9 56.5) |
| OKLCH | oklch(0.363 0.082 50.6) |
Copy-ready code
/* CSS */
color: #5f2f0f;
background-color: #5f2f0f;
/* Tailwind (arbitrary) */
class="text-[#5f2f0f] bg-[#5f2f0f]"
/* SCSS */
$brand: #5f2f0f;
/* SwiftUI */
Color(red: 0.373, green: 0.184, blue: 0.059)
/* Android */
Color.parseColor("#5f2f0f")Accessibility — WCAG contrast
Aa
#5f2f0f on white: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f2f0f on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green18.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow84.2%
Key (black)62.7%
Color previews
#5f2f0f text on a black background
contrast 1.90:1
Card sample
#5f2f0f text on a white background
contrast 11.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f2f0f;
Background color
Panel with #5f2f0f background
background-color: #5f2f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f2f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 47, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 47, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f2f0f; background: linear-gradient(135deg, #5f2f0f, #5A5F0F);