#959421
a dark, vivid yellow · cool · closest name: olive
RGB
149, 148, 33
HSL
60°, 64%, 36%
CMYK
0, 1, 78, 42
Luminance
0.2768
Every format
| HEX | #959421 |
| RGB | rgb(149, 148, 33) |
| HSL | hsl(60, 64%, 36%) |
| CMYK | cmyk(0%, 1%, 78%, 42%) |
| LAB | lab(59.6 -13.1 56.2) |
| LCH | lch(59.6 57.7 103.1) |
| OKLCH | oklch(0.647 0.130 109.0) |
Copy-ready code
/* CSS */
color: #959421;
background-color: #959421;
/* Tailwind (arbitrary) */
class="text-[#959421] bg-[#959421]"
/* SCSS */
$brand: #959421;
/* SwiftUI */
Color(red: 0.584, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#959421")Accessibility — WCAG contrast
Aa
#959421 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#959421 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.7%
Yellow77.9%
Key (black)41.6%
Color previews
#959421 text on a black background
contrast 6.54:1
Card sample
#959421 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #959421;
Background color
Panel with #959421 background
background-color: #959421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #959421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #959421; background: linear-gradient(135deg, #959421, #499521);