#995f13
a dark, electric orange · warm · closest name: peru
RGB
153, 95, 19
HSL
34°, 78%, 34%
CMYK
0, 38, 88, 40
Luminance
0.1500
Every format
| HEX | #995f13 |
| RGB | rgb(153, 95, 19) |
| HSL | hsl(34, 78%, 34%) |
| CMYK | cmyk(0%, 38%, 88%, 40%) |
| LAB | lab(45.6 17.9 48.7) |
| LCH | lch(45.6 51.9 69.8) |
| OKLCH | oklch(0.538 0.112 66.5) |
Copy-ready code
/* CSS */
color: #995f13;
background-color: #995f13;
/* Tailwind (arbitrary) */
class="text-[#995f13] bg-[#995f13]"
/* SCSS */
$brand: #995f13;
/* SwiftUI */
Color(red: 0.600, green: 0.373, blue: 0.075)
/* Android */
Color.parseColor("#995f13")Accessibility — WCAG contrast
Aa
#995f13 on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#995f13 on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green37.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow87.6%
Key (black)40.0%
Color previews
#995f13 text on a black background
contrast 4.00:1
Card sample
#995f13 text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #995f13;
Background color
Panel with #995f13 background
background-color: #995f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #995f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 95, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 95, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #995f13; background: linear-gradient(135deg, #995f13, #7A9913);