#965c01
a dark, electric orange · warm · closest name: peru
RGB
150, 92, 1
HSL
37°, 99%, 30%
CMYK
0, 39, 99, 41
Luminance
0.1414
Every format
| HEX | #965c01 |
| RGB | rgb(150, 92, 1) |
| HSL | hsl(37, 99%, 30%) |
| CMYK | cmyk(0%, 39%, 99%, 41%) |
| LAB | lab(44.4 17.9 52.4) |
| LCH | lch(44.4 55.4 71.1) |
| OKLCH | oklch(0.528 0.116 67.9) |
Copy-ready code
/* CSS */
color: #965c01;
background-color: #965c01;
/* Tailwind (arbitrary) */
class="text-[#965c01] bg-[#965c01]"
/* SCSS */
$brand: #965c01;
/* SwiftUI */
Color(red: 0.588, green: 0.361, blue: 0.004)
/* Android */
Color.parseColor("#965c01")Accessibility — WCAG contrast
Aa
#965c01 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#965c01 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green36.1%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta38.7%
Yellow99.3%
Key (black)41.2%
Color previews
#965c01 text on a black background
contrast 3.83:1
Card sample
#965c01 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #965c01;
Background color
Panel with #965c01 background
background-color: #965c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #965c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 92, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 92, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #965c01; background: linear-gradient(135deg, #965c01, #6D9601);