#97a430
a dark, vivid yellow · cool · closest name: olivedrab
RGB
151, 164, 48
HSL
67°, 55%, 42%
CMYK
8, 0, 71, 36
Luminance
0.3334
Every format
| HEX | #97a430 |
| RGB | rgb(151, 164, 48) |
| HSL | hsl(67, 55%, 42%) |
| CMYK | cmyk(8%, 0%, 71%, 36%) |
| LAB | lab(64.4 -19.8 55.5) |
| LCH | lch(64.4 58.9 109.6) |
| OKLCH | oklch(0.687 0.138 115.7) |
Copy-ready code
/* CSS */
color: #97a430;
background-color: #97a430;
/* Tailwind (arbitrary) */
class="text-[#97a430] bg-[#97a430]"
/* SCSS */
$brand: #97a430;
/* SwiftUI */
Color(red: 0.592, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#97a430")Accessibility — WCAG contrast
Aa
#97a430 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a430 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green64.3%
Blue18.8%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#97a430 text on a black background
contrast 7.67:1
Card sample
#97a430 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a430;
Background color
Panel with #97a430 background
background-color: #97a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a430; background: linear-gradient(135deg, #97a430, #4AA430);