#946310
a dark, electric orange · warm · closest name: peru
RGB
148, 99, 16
HSL
38°, 81%, 32%
CMYK
0, 33, 89, 42
Luminance
0.1526
Every format
| HEX | #946310 |
| RGB | rgb(148, 99, 16) |
| HSL | hsl(38, 81%, 32%) |
| CMYK | cmyk(0%, 33%, 89%, 42%) |
| LAB | lab(46.0 13.3 49.6) |
| LCH | lch(46.0 51.4 75.1) |
| OKLCH | oklch(0.539 0.109 73.5) |
Copy-ready code
/* CSS */
color: #946310;
background-color: #946310;
/* Tailwind (arbitrary) */
class="text-[#946310] bg-[#946310]"
/* SCSS */
$brand: #946310;
/* SwiftUI */
Color(red: 0.580, green: 0.388, blue: 0.063)
/* Android */
Color.parseColor("#946310")Accessibility — WCAG contrast
Aa
#946310 on white: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#946310 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.0%
Green38.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta33.1%
Yellow89.2%
Key (black)42.0%
Color previews
#946310 text on a black background
contrast 4.05:1
Card sample
#946310 text on a white background
contrast 5.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #946310;
Background color
Panel with #946310 background
background-color: #946310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #946310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(148, 99, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(148, 99, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #946310; background: linear-gradient(135deg, #946310, #6D9410);