#9fb310
a dark, electric yellow · cool · closest name: olivedrab
RGB
159, 179, 16
HSL
67°, 84%, 38%
CMYK
11, 0, 91, 30
Luminance
0.3965
Every format
| HEX | #9fb310 |
| RGB | rgb(159, 179, 16) |
| HSL | hsl(67, 84%, 38%) |
| CMYK | cmyk(11%, 0%, 91%, 30%) |
| LAB | lab(69.2 -25.0 68.6) |
| LCH | lch(69.2 73.0 110.0) |
| OKLCH | oklch(0.726 0.165 117.6) |
Copy-ready code
/* CSS */
color: #9fb310;
background-color: #9fb310;
/* Tailwind (arbitrary) */
class="text-[#9fb310] bg-[#9fb310]"
/* SCSS */
$brand: #9fb310;
/* SwiftUI */
Color(red: 0.624, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#9fb310")Accessibility — WCAG contrast
Aa
#9fb310 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fb310 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green70.2%
Blue6.3%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#9fb310 text on a black background
contrast 8.93:1
Card sample
#9fb310 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fb310;
Background color
Panel with #9fb310 background
background-color: #9fb310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fb310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fb310; background: linear-gradient(135deg, #9fb310, #32B310);