#969e21
a dark, vivid yellow · cool · closest name: olive
RGB
150, 158, 33
HSL
64°, 65%, 38%
CMYK
5, 0, 79, 38
Luminance
0.3105
Every format
| HEX | #969e21 |
| RGB | rgb(150, 158, 33) |
| HSL | hsl(64, 65%, 38%) |
| CMYK | cmyk(5%, 0%, 79%, 38%) |
| LAB | lab(62.5 -17.9 58.9) |
| LCH | lch(62.5 61.5 106.9) |
| OKLCH | oklch(0.671 0.140 113.4) |
Copy-ready code
/* CSS */
color: #969e21;
background-color: #969e21;
/* Tailwind (arbitrary) */
class="text-[#969e21] bg-[#969e21]"
/* SCSS */
$brand: #969e21;
/* SwiftUI */
Color(red: 0.588, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#969e21")Accessibility — WCAG contrast
Aa
#969e21 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#969e21 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green62.0%
Blue12.9%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow79.1%
Key (black)38.0%
Color previews
#969e21 text on a black background
contrast 7.21:1
Card sample
#969e21 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #969e21;
Background color
Panel with #969e21 background
background-color: #969e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #969e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #969e21; background: linear-gradient(135deg, #969e21, #439E21);