#97cf02
a dark, electric green · cool · closest name: yellow
RGB
151, 207, 2
HSL
76°, 98%, 41%
CMYK
27, 0, 99, 19
Luminance
0.5121
Every format
| HEX | #97cf02 |
| RGB | rgb(151, 207, 2) |
| HSL | hsl(76, 98%, 41%) |
| CMYK | cmyk(27%, 0%, 99%, 19%) |
| LAB | lab(76.8 -41.4 75.9) |
| LCH | lch(76.8 86.5 118.6) |
| OKLCH | oklch(0.786 0.202 126.7) |
Copy-ready code
/* CSS */
color: #97cf02;
background-color: #97cf02;
/* Tailwind (arbitrary) */
class="text-[#97cf02] bg-[#97cf02]"
/* SCSS */
$brand: #97cf02;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.008)
/* Android */
Color.parseColor("#97cf02")Accessibility — WCAG contrast
Aa
#97cf02 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cf02 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue0.8%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow99.0%
Key (black)18.8%
Color previews
#97cf02 text on a black background
contrast 11.24:1
Card sample
#97cf02 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cf02;
Background color
Panel with #97cf02 background
background-color: #97cf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cf02; background: linear-gradient(135deg, #97cf02, #0ECF02);