#9fb517
a dark, electric yellow · cool · closest name: olivedrab
RGB
159, 181, 23
HSL
68°, 78%, 40%
CMYK
12, 0, 87, 29
Luminance
0.4048
Every format
| HEX | #9fb517 |
| RGB | rgb(159, 181, 23) |
| HSL | hsl(68, 78%, 40%) |
| CMYK | cmyk(12%, 0%, 87%, 29%) |
| LAB | lab(69.8 -25.8 67.9) |
| LCH | lch(69.8 72.6 110.8) |
| OKLCH | oklch(0.731 0.166 118.3) |
Copy-ready code
/* CSS */
color: #9fb517;
background-color: #9fb517;
/* Tailwind (arbitrary) */
class="text-[#9fb517] bg-[#9fb517]"
/* SCSS */
$brand: #9fb517;
/* SwiftUI */
Color(red: 0.624, green: 0.710, blue: 0.090)
/* Android */
Color.parseColor("#9fb517")Accessibility — WCAG contrast
Aa
#9fb517 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fb517 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green71.0%
Blue9.0%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow87.3%
Key (black)29.0%
Color previews
#9fb517 text on a black background
contrast 9.10:1
Card sample
#9fb517 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fb517;
Background color
Panel with #9fb517 background
background-color: #9fb517;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fb517;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 181, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 181, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fb517; background: linear-gradient(135deg, #9fb517, #36B517);