#968300
a dark, electric yellow · cool · closest name: olive
RGB
150, 131, 0
HSL
52°, 100%, 29%
CMYK
0, 13, 100, 41
Luminance
0.2272
Every format
| HEX | #968300 |
| RGB | rgb(150, 131, 0) |
| HSL | hsl(52, 100%, 29%) |
| CMYK | cmyk(0%, 13%, 100%, 41%) |
| LAB | lab(54.8 -4.3 59.7) |
| LCH | lch(54.8 59.9 94.1) |
| OKLCH | oklch(0.609 0.126 99.0) |
Copy-ready code
/* CSS */
color: #968300;
background-color: #968300;
/* Tailwind (arbitrary) */
class="text-[#968300] bg-[#968300]"
/* SCSS */
$brand: #968300;
/* SwiftUI */
Color(red: 0.588, green: 0.514, blue: 0.000)
/* Android */
Color.parseColor("#968300")Accessibility — WCAG contrast
Aa
#968300 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#968300 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green51.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow100.0%
Key (black)41.2%
Color previews
#968300 text on a black background
contrast 5.54:1
Card sample
#968300 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968300;
Background color
Panel with #968300 background
background-color: #968300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 131, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 131, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968300; background: linear-gradient(135deg, #968300, #459600);