#9faf21
a dark, vivid yellow · cool · closest name: olive
RGB
159, 175, 33
HSL
67°, 68%, 41%
CMYK
9, 0, 81, 31
Luminance
0.3814
Every format
| HEX | #9faf21 |
| RGB | rgb(159, 175, 33) |
| HSL | hsl(67, 68%, 41%) |
| CMYK | cmyk(9%, 0%, 81%, 31%) |
| LAB | lab(68.1 -22.5 64.1) |
| LCH | lch(68.1 67.9 109.4) |
| OKLCH | oklch(0.718 0.155 116.3) |
Copy-ready code
/* CSS */
color: #9faf21;
background-color: #9faf21;
/* Tailwind (arbitrary) */
class="text-[#9faf21] bg-[#9faf21]"
/* SCSS */
$brand: #9faf21;
/* SwiftUI */
Color(red: 0.624, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#9faf21")Accessibility — WCAG contrast
Aa
#9faf21 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9faf21 on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green68.6%
Blue12.9%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow81.1%
Key (black)31.4%
Color previews
#9faf21 text on a black background
contrast 8.63:1
Card sample
#9faf21 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9faf21;
Background color
Panel with #9faf21 background
background-color: #9faf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9faf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9faf21; background: linear-gradient(135deg, #9faf21, #40AF21);