#9aaf21
a dark, vivid yellow · cool · closest name: olivedrab
RGB
154, 175, 33
HSL
69°, 68%, 41%
CMYK
12, 0, 81, 31
Luminance
0.3764
Every format
| HEX | #9aaf21 |
| RGB | rgb(154, 175, 33) |
| HSL | hsl(69, 68%, 41%) |
| CMYK | cmyk(12%, 0%, 81%, 31%) |
| LAB | lab(67.8 -24.7 63.6) |
| LCH | lch(67.8 68.2 111.2) |
| OKLCH | oklch(0.714 0.157 118.3) |
Copy-ready code
/* CSS */
color: #9aaf21;
background-color: #9aaf21;
/* Tailwind (arbitrary) */
class="text-[#9aaf21] bg-[#9aaf21]"
/* SCSS */
$brand: #9aaf21;
/* SwiftUI */
Color(red: 0.604, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#9aaf21")Accessibility — WCAG contrast
Aa
#9aaf21 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aaf21 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green68.6%
Blue12.9%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow81.1%
Key (black)31.4%
Color previews
#9aaf21 text on a black background
contrast 8.53:1
Card sample
#9aaf21 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aaf21;
Background color
Panel with #9aaf21 background
background-color: #9aaf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aaf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aaf21; background: linear-gradient(135deg, #9aaf21, #3BAF21);