#916403
a dark, electric yellow · warm · closest name: peru
RGB
145, 100, 3
HSL
41°, 96%, 29%
CMYK
0, 31, 98, 43
Luminance
0.1514
Every format
| HEX | #916403 |
| RGB | rgb(145, 100, 3) |
| HSL | hsl(41, 96%, 29%) |
| CMYK | cmyk(0%, 31%, 98%, 43%) |
| LAB | lab(45.8 11.0 52.5) |
| LCH | lch(45.8 53.7 78.1) |
| OKLCH | oklch(0.537 0.111 77.6) |
Copy-ready code
/* CSS */
color: #916403;
background-color: #916403;
/* Tailwind (arbitrary) */
class="text-[#916403] bg-[#916403]"
/* SCSS */
$brand: #916403;
/* SwiftUI */
Color(red: 0.569, green: 0.392, blue: 0.012)
/* Android */
Color.parseColor("#916403")Accessibility — WCAG contrast
Aa
#916403 on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#916403 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green39.2%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow97.9%
Key (black)43.1%
Color previews
#916403 text on a black background
contrast 4.03:1
Card sample
#916403 text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #916403;
Background color
Panel with #916403 background
background-color: #916403;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #916403;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 100, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 100, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #916403; background: linear-gradient(135deg, #916403, #5F9103);