#959636
a dark, vivid yellow · cool · closest name: olive
RGB
149, 150, 54
HSL
61°, 47%, 40%
CMYK
1, 0, 64, 41
Luminance
0.2847
Every format
| HEX | #959636 |
| RGB | rgb(149, 150, 54) |
| HSL | hsl(61, 47%, 40%) |
| CMYK | cmyk(1%, 0%, 64%, 41%) |
| LAB | lab(60.3 -13.0 48.8) |
| LCH | lch(60.3 50.5 105.0) |
| OKLCH | oklch(0.653 0.118 109.8) |
Copy-ready code
/* CSS */
color: #959636;
background-color: #959636;
/* Tailwind (arbitrary) */
class="text-[#959636] bg-[#959636]"
/* SCSS */
$brand: #959636;
/* SwiftUI */
Color(red: 0.584, green: 0.588, blue: 0.212)
/* Android */
Color.parseColor("#959636")Accessibility — WCAG contrast
Aa
#959636 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#959636 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green58.8%
Blue21.2%
CMYK percentages
Cyan0.7%
Magenta0.0%
Yellow64.0%
Key (black)41.2%
Color previews
#959636 text on a black background
contrast 6.69:1
Card sample
#959636 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #959636;
Background color
Panel with #959636 background
background-color: #959636;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #959636;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 150, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 150, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #959636; background: linear-gradient(135deg, #959636, #559636);