#905c01
a dark, electric orange · warm · closest name: peru
RGB
144, 92, 1
HSL
38°, 99%, 28%
CMYK
0, 36, 99, 44
Luminance
0.1359
Every format
| HEX | #905c01 |
| RGB | rgb(144, 92, 1) |
| HSL | hsl(38, 99%, 28%) |
| CMYK | cmyk(0%, 36%, 99%, 44%) |
| LAB | lab(43.6 15.2 51.5) |
| LCH | lch(43.6 53.6 73.6) |
| OKLCH | oklch(0.520 0.111 71.3) |
Copy-ready code
/* CSS */
color: #905c01;
background-color: #905c01;
/* Tailwind (arbitrary) */
class="text-[#905c01] bg-[#905c01]"
/* SCSS */
$brand: #905c01;
/* SwiftUI */
Color(red: 0.565, green: 0.361, blue: 0.004)
/* Android */
Color.parseColor("#905c01")Accessibility — WCAG contrast
Aa
#905c01 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#905c01 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.5%
Green36.1%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow99.3%
Key (black)43.5%
Color previews
#905c01 text on a black background
contrast 3.72:1
Card sample
#905c01 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #905c01;
Background color
Panel with #905c01 background
background-color: #905c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #905c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(144, 92, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(144, 92, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #905c01; background: linear-gradient(135deg, #905c01, #659001);