#995c13
a dark, electric orange · warm · closest name: sienna
RGB
153, 92, 19
HSL
33°, 78%, 34%
CMYK
0, 40, 88, 40
Luminance
0.1447
Every format
| HEX | #995c13 |
| RGB | rgb(153, 92, 19) |
| HSL | hsl(33, 78%, 34%) |
| CMYK | cmyk(0%, 40%, 88%, 40%) |
| LAB | lab(44.9 19.6 48.1) |
| LCH | lch(44.9 52.0 67.8) |
| OKLCH | oklch(0.532 0.113 63.9) |
Copy-ready code
/* CSS */
color: #995c13;
background-color: #995c13;
/* Tailwind (arbitrary) */
class="text-[#995c13] bg-[#995c13]"
/* SCSS */
$brand: #995c13;
/* SwiftUI */
Color(red: 0.600, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#995c13")Accessibility — WCAG contrast
Aa
#995c13 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995c13 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green36.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.9%
Yellow87.6%
Key (black)40.0%
Color previews
#995c13 text on a black background
contrast 3.89:1
Card sample
#995c13 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995c13;
Background color
Panel with #995c13 background
background-color: #995c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995c13; background: linear-gradient(135deg, #995c13, #7D9913);