#97ac00
a dark, electric yellow · cool · closest name: olivedrab
RGB
151, 172, 0
HSL
67°, 100%, 34%
CMYK
12, 0, 100, 33
Luminance
0.3608
Every format
| HEX | #97ac00 |
| RGB | rgb(151, 172, 0) |
| HSL | hsl(67, 100%, 34%) |
| CMYK | cmyk(12%, 0%, 100%, 33%) |
| LAB | lab(66.6 -25.2 68.4) |
| LCH | lch(66.6 72.9 110.2) |
| OKLCH | oklch(0.703 0.164 118.1) |
Copy-ready code
/* CSS */
color: #97ac00;
background-color: #97ac00;
/* Tailwind (arbitrary) */
class="text-[#97ac00] bg-[#97ac00]"
/* SCSS */
$brand: #97ac00;
/* SwiftUI */
Color(red: 0.592, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#97ac00")Accessibility — WCAG contrast
Aa
#97ac00 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ac00 on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.5%
Blue0.0%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow100.0%
Key (black)32.5%
Color previews
#97ac00 text on a black background
contrast 8.22:1
Card sample
#97ac00 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ac00;
Background color
Panel with #97ac00 background
background-color: #97ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ac00; background: linear-gradient(135deg, #97ac00, #24AC00);