#9fa310
a dark, electric yellow · cool · closest name: olive
RGB
159, 163, 16
HSL
62°, 82%, 35%
CMYK
3, 0, 90, 36
Luminance
0.3360
Every format
| HEX | #9fa310 |
| RGB | rgb(159, 163, 16) |
| HSL | hsl(62, 82%, 35%) |
| CMYK | cmyk(3%, 0%, 90%, 36%) |
| LAB | lab(64.7 -16.9 65.0) |
| LCH | lch(64.7 67.2 104.6) |
| OKLCH | oklch(0.689 0.149 111.5) |
Copy-ready code
/* CSS */
color: #9fa310;
background-color: #9fa310;
/* Tailwind (arbitrary) */
class="text-[#9fa310] bg-[#9fa310]"
/* SCSS */
$brand: #9fa310;
/* SwiftUI */
Color(red: 0.624, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#9fa310")Accessibility — WCAG contrast
Aa
#9fa310 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fa310 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green63.9%
Blue6.3%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#9fa310 text on a black background
contrast 7.72:1
Card sample
#9fa310 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fa310;
Background color
Panel with #9fa310 background
background-color: #9fa310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fa310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fa310; background: linear-gradient(135deg, #9fa310, #3DA310);