#966607
a dark, electric orange · warm · closest name: peru
RGB
150, 102, 7
HSL
40°, 91%, 31%
CMYK
0, 32, 95, 41
Luminance
0.1600
Every format
| HEX | #966607 |
| RGB | rgb(150, 102, 7) |
| HSL | hsl(40, 91%, 31%) |
| CMYK | cmyk(0%, 32%, 95%, 41%) |
| LAB | lab(47.0 12.3 52.7) |
| LCH | lch(47.0 54.1 76.9) |
| OKLCH | oklch(0.547 0.113 75.9) |
Copy-ready code
/* CSS */
color: #966607;
background-color: #966607;
/* Tailwind (arbitrary) */
class="text-[#966607] bg-[#966607]"
/* SCSS */
$brand: #966607;
/* SwiftUI */
Color(red: 0.588, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#966607")Accessibility — WCAG contrast
Aa
#966607 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#966607 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow95.3%
Key (black)41.2%
Color previews
#966607 text on a black background
contrast 4.20:1
Card sample
#966607 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #966607;
Background color
Panel with #966607 background
background-color: #966607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #966607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #966607; background: linear-gradient(135deg, #966607, #679607);