#969021
a dark, vivid yellow · cool · closest name: olive
RGB
150, 144, 33
HSL
57°, 64%, 36%
CMYK
0, 4, 78, 41
Luminance
0.2654
Every format
| HEX | #969021 |
| RGB | rgb(150, 144, 33) |
| HSL | hsl(57, 64%, 36%) |
| CMYK | cmyk(0%, 4%, 78%, 41%) |
| LAB | lab(58.5 -10.5 55.2) |
| LCH | lch(58.5 56.2 100.8) |
| OKLCH | oklch(0.639 0.126 106.2) |
Copy-ready code
/* CSS */
color: #969021;
background-color: #969021;
/* Tailwind (arbitrary) */
class="text-[#969021] bg-[#969021]"
/* SCSS */
$brand: #969021;
/* SwiftUI */
Color(red: 0.588, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#969021")Accessibility — WCAG contrast
Aa
#969021 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#969021 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow78.0%
Key (black)41.2%
Color previews
#969021 text on a black background
contrast 6.31:1
Card sample
#969021 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #969021;
Background color
Panel with #969021 background
background-color: #969021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #969021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #969021; background: linear-gradient(135deg, #969021, #4E9621);