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