#917618
a dark, vivid yellow · cool · closest name: olive
RGB
145, 118, 24
HSL
47°, 72%, 33%
CMYK
0, 19, 83, 43
Luminance
0.1904
Every format
| HEX | #917618 |
| RGB | rgb(145, 118, 24) |
| HSL | hsl(47, 72%, 33%) |
| CMYK | cmyk(0%, 19%, 83%, 43%) |
| LAB | lab(50.7 1.2 51.0) |
| LCH | lch(50.7 51.0 88.7) |
| OKLCH | oklch(0.576 0.110 91.4) |
Copy-ready code
/* CSS */
color: #917618;
background-color: #917618;
/* Tailwind (arbitrary) */
class="text-[#917618] bg-[#917618]"
/* SCSS */
$brand: #917618;
/* SwiftUI */
Color(red: 0.569, green: 0.463, blue: 0.094)
/* Android */
Color.parseColor("#917618")Accessibility — WCAG contrast
Aa
#917618 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#917618 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green46.3%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow83.4%
Key (black)43.1%
Color previews
#917618 text on a black background
contrast 4.81:1
Card sample
#917618 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #917618;
Background color
Panel with #917618 background
background-color: #917618;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #917618;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 118, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 118, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #917618; background: linear-gradient(135deg, #917618, #5B9118);