#917813
a dark, electric yellow · cool · closest name: olive
RGB
145, 120, 19
HSL
48°, 77%, 32%
CMYK
0, 17, 87, 43
Luminance
0.1950
Every format
| HEX | #917813 |
| RGB | rgb(145, 120, 19) |
| HSL | hsl(48, 77%, 32%) |
| CMYK | cmyk(0%, 17%, 87%, 43%) |
| LAB | lab(51.3 -0.1 53.0) |
| LCH | lch(51.3 53.0 90.1) |
| OKLCH | oklch(0.580 0.113 93.4) |
Copy-ready code
/* CSS */
color: #917813;
background-color: #917813;
/* Tailwind (arbitrary) */
class="text-[#917813] bg-[#917813]"
/* SCSS */
$brand: #917813;
/* SwiftUI */
Color(red: 0.569, green: 0.471, blue: 0.075)
/* Android */
Color.parseColor("#917813")Accessibility — WCAG contrast
Aa
#917813 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917813 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green47.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow86.9%
Key (black)43.1%
Color previews
#917813 text on a black background
contrast 4.90:1
Card sample
#917813 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917813;
Background color
Panel with #917813 background
background-color: #917813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 120, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 120, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917813; background: linear-gradient(135deg, #917813, #569113);