#97a310
a dark, electric yellow · cool · closest name: olive
RGB
151, 163, 16
HSL
65°, 82%, 35%
CMYK
7, 0, 90, 36
Luminance
0.3281
Every format
| HEX | #97a310 |
| RGB | rgb(151, 163, 16) |
| HSL | hsl(65, 82%, 35%) |
| CMYK | cmyk(7%, 0%, 90%, 36%) |
| LAB | lab(64.0 -20.5 64.2) |
| LCH | lch(64.0 67.4 107.7) |
| OKLCH | oklch(0.683 0.151 115.0) |
Copy-ready code
/* CSS */
color: #97a310;
background-color: #97a310;
/* Tailwind (arbitrary) */
class="text-[#97a310] bg-[#97a310]"
/* SCSS */
$brand: #97a310;
/* SwiftUI */
Color(red: 0.592, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#97a310")Accessibility — WCAG contrast
Aa
#97a310 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a310 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green63.9%
Blue6.3%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#97a310 text on a black background
contrast 7.56:1
Card sample
#97a310 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a310;
Background color
Panel with #97a310 background
background-color: #97a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a310; background: linear-gradient(135deg, #97a310, #35A310);