#968521
a dark, vivid yellow · cool · closest name: olive
RGB
150, 133, 33
HSL
51°, 64%, 36%
CMYK
0, 11, 78, 41
Luminance
0.2337
Every format
| HEX | #968521 |
| RGB | rgb(150, 133, 33) |
| HSL | hsl(51, 64%, 36%) |
| CMYK | cmyk(0%, 11%, 78%, 41%) |
| LAB | lab(55.5 -4.6 52.4) |
| LCH | lch(55.5 52.6 95.0) |
| OKLCH | oklch(0.614 0.116 99.1) |
Copy-ready code
/* CSS */
color: #968521;
background-color: #968521;
/* Tailwind (arbitrary) */
class="text-[#968521] bg-[#968521]"
/* SCSS */
$brand: #968521;
/* SwiftUI */
Color(red: 0.588, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#968521")Accessibility — WCAG contrast
Aa
#968521 on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#968521 on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green52.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow78.0%
Key (black)41.2%
Color previews
#968521 text on a black background
contrast 5.67:1
Card sample
#968521 text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968521;
Background color
Panel with #968521 background
background-color: #968521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968521; background: linear-gradient(135deg, #968521, #599621);