#9da22c
a dark, vivid yellow · cool · closest name: olive
RGB
157, 162, 44
HSL
63°, 57%, 40%
CMYK
3, 0, 73, 37
Luminance
0.3319
Every format
| HEX | #9da22c |
| RGB | rgb(157, 162, 44) |
| HSL | hsl(63, 57%, 40%) |
| CMYK | cmyk(3%, 0%, 73%, 37%) |
| LAB | lab(64.3 -16.4 57.0) |
| LCH | lch(64.3 59.3 106.0) |
| OKLCH | oklch(0.687 0.136 111.9) |
Copy-ready code
/* CSS */
color: #9da22c;
background-color: #9da22c;
/* Tailwind (arbitrary) */
class="text-[#9da22c] bg-[#9da22c]"
/* SCSS */
$brand: #9da22c;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 0.173)
/* Android */
Color.parseColor("#9da22c")Accessibility — WCAG contrast
Aa
#9da22c on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da22c on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue17.3%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow72.8%
Key (black)36.5%
Color previews
#9da22c text on a black background
contrast 7.64:1
Card sample
#9da22c text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da22c;
Background color
Panel with #9da22c background
background-color: #9da22c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da22c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da22c; background: linear-gradient(135deg, #9da22c, #4EA22C);