#96880e
a dark, electric yellow · cool · closest name: olive
RGB
150, 136, 14
HSL
54°, 83%, 32%
CMYK
0, 9, 91, 41
Luminance
0.2412
Every format
| HEX | #96880e |
| RGB | rgb(150, 136, 14) |
| HSL | hsl(54, 83%, 32%) |
| CMYK | cmyk(0%, 9%, 91%, 41%) |
| LAB | lab(56.2 -6.8 58.3) |
| LCH | lch(56.2 58.7 96.6) |
| OKLCH | oklch(0.620 0.127 101.9) |
Copy-ready code
/* CSS */
color: #96880e;
background-color: #96880e;
/* Tailwind (arbitrary) */
class="text-[#96880e] bg-[#96880e]"
/* SCSS */
$brand: #96880e;
/* SwiftUI */
Color(red: 0.588, green: 0.533, blue: 0.055)
/* Android */
Color.parseColor("#96880e")Accessibility — WCAG contrast
Aa
#96880e on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#96880e on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green53.3%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow90.7%
Key (black)41.2%
Color previews
#96880e text on a black background
contrast 5.82:1
Card sample
#96880e text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96880e;
Background color
Panel with #96880e background
background-color: #96880e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96880e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 136, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 136, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96880e; background: linear-gradient(135deg, #96880e, #49960E);