#95650e
a dark, electric orange · warm · closest name: peru
RGB
149, 101, 14
HSL
39°, 83%, 32%
CMYK
0, 32, 91, 42
Luminance
0.1573
Every format
| HEX | #95650e |
| RGB | rgb(149, 101, 14) |
| HSL | hsl(39, 83%, 32%) |
| CMYK | cmyk(0%, 32%, 91%, 42%) |
| LAB | lab(46.6 12.5 50.8) |
| LCH | lch(46.6 52.3 76.2) |
| OKLCH | oklch(0.544 0.111 74.9) |
Copy-ready code
/* CSS */
color: #95650e;
background-color: #95650e;
/* Tailwind (arbitrary) */
class="text-[#95650e] bg-[#95650e]"
/* SCSS */
$brand: #95650e;
/* SwiftUI */
Color(red: 0.584, green: 0.396, blue: 0.055)
/* Android */
Color.parseColor("#95650e")Accessibility — WCAG contrast
Aa
#95650e on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#95650e on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green39.6%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow90.6%
Key (black)41.6%
Color previews
#95650e text on a black background
contrast 4.15:1
Card sample
#95650e text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #95650e;
Background color
Panel with #95650e background
background-color: #95650e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #95650e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 101, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 101, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #95650e; background: linear-gradient(135deg, #95650e, #6B950E);