#918600
a dark, electric yellow · cool · closest name: olive
RGB
145, 134, 0
HSL
55°, 100%, 28%
CMYK
0, 8, 100, 43
Luminance
0.2307
Every format
| HEX | #918600 |
| RGB | rgb(145, 134, 0) |
| HSL | hsl(55, 100%, 28%) |
| CMYK | cmyk(0%, 8%, 100%, 43%) |
| LAB | lab(55.1 -8.3 59.8) |
| LCH | lch(55.1 60.3 97.9) |
| OKLCH | oklch(0.611 0.129 103.8) |
Copy-ready code
/* CSS */
color: #918600;
background-color: #918600;
/* Tailwind (arbitrary) */
class="text-[#918600] bg-[#918600]"
/* SCSS */
$brand: #918600;
/* SwiftUI */
Color(red: 0.569, green: 0.525, blue: 0.000)
/* Android */
Color.parseColor("#918600")Accessibility — WCAG contrast
Aa
#918600 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#918600 on black: 5.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green52.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow100.0%
Key (black)43.1%
Color previews
#918600 text on a black background
contrast 5.61:1
Card sample
#918600 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #918600;
Background color
Panel with #918600 background
background-color: #918600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #918600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 134, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 134, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #918600; background: linear-gradient(135deg, #918600, #3B9100);