#969302
a dark, electric yellow · cool · closest name: olive
RGB
150, 147, 2
HSL
59°, 97%, 30%
CMYK
0, 2, 99, 41
Luminance
0.2736
Every format
| HEX | #969302 |
| RGB | rgb(150, 147, 2) |
| HSL | hsl(59, 97%, 30%) |
| CMYK | cmyk(0%, 2%, 99%, 41%) |
| LAB | lab(59.3 -12.9 62.7) |
| LCH | lch(59.3 64.0 101.6) |
| OKLCH | oklch(0.645 0.139 108.3) |
Copy-ready code
/* CSS */
color: #969302;
background-color: #969302;
/* Tailwind (arbitrary) */
class="text-[#969302] bg-[#969302]"
/* SCSS */
$brand: #969302;
/* SwiftUI */
Color(red: 0.588, green: 0.576, blue: 0.008)
/* Android */
Color.parseColor("#969302")Accessibility — WCAG contrast
Aa
#969302 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#969302 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green57.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow98.7%
Key (black)41.2%
Color previews
#969302 text on a black background
contrast 6.47:1
Card sample
#969302 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #969302;
Background color
Panel with #969302 background
background-color: #969302;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #969302;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 147, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 147, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #969302; background: linear-gradient(135deg, #969302, #369602);