#917607
a dark, electric yellow · cool · closest name: olive
RGB
145, 118, 7
HSL
48°, 91%, 30%
CMYK
0, 19, 95, 43
Luminance
0.1899
Every format
| HEX | #917607 |
| RGB | rgb(145, 118, 7) |
| HSL | hsl(48, 91%, 30%) |
| CMYK | cmyk(0%, 19%, 95%, 43%) |
| LAB | lab(50.7 0.8 55.2) |
| LCH | lch(50.7 55.2 89.2) |
| OKLCH | oklch(0.575 0.116 92.5) |
Copy-ready code
/* CSS */
color: #917607;
background-color: #917607;
/* Tailwind (arbitrary) */
class="text-[#917607] bg-[#917607]"
/* SCSS */
$brand: #917607;
/* SwiftUI */
Color(red: 0.569, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#917607")Accessibility — WCAG contrast
Aa
#917607 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917607 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow95.2%
Key (black)43.1%
Color previews
#917607 text on a black background
contrast 4.80:1
Card sample
#917607 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917607;
Background color
Panel with #917607 background
background-color: #917607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917607; background: linear-gradient(135deg, #917607, #509107);