#999621
a dark, vivid yellow · cool · closest name: olive
RGB
153, 150, 33
HSL
59°, 65%, 37%
CMYK
0, 2, 78, 40
Luminance
0.2869
Every format
| HEX | #999621 |
| RGB | rgb(153, 150, 33) |
| HSL | hsl(59, 65%, 37%) |
| CMYK | cmyk(0%, 2%, 78%, 40%) |
| LAB | lab(60.5 -12.4 57.1) |
| LCH | lch(60.5 58.4 102.2) |
| OKLCH | oklch(0.655 0.131 108.0) |
Copy-ready code
/* CSS */
color: #999621;
background-color: #999621;
/* Tailwind (arbitrary) */
class="text-[#999621] bg-[#999621]"
/* SCSS */
$brand: #999621;
/* SwiftUI */
Color(red: 0.600, green: 0.588, blue: 0.129)
/* Android */
Color.parseColor("#999621")Accessibility — WCAG contrast
Aa
#999621 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#999621 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green58.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow78.4%
Key (black)40.0%
Color previews
#999621 text on a black background
contrast 6.74:1
Card sample
#999621 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #999621;
Background color
Panel with #999621 background
background-color: #999621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #999621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 150, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 150, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #999621; background: linear-gradient(135deg, #999621, #4C9921);