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