#99d607
a dark, electric green · cool · closest name: yellow
RGB
153, 214, 7
HSL
78°, 94%, 43%
CMYK
29, 0, 97, 16
Luminance
0.5488
Every format
| HEX | #99d607 |
| RGB | rgb(153, 214, 7) |
| HSL | hsl(78, 94%, 43%) |
| CMYK | cmyk(29%, 0%, 97%, 16%) |
| LAB | lab(79.0 -43.5 77.2) |
| LCH | lch(79.0 88.6 119.4) |
| OKLCH | oklch(0.804 0.208 127.5) |
Copy-ready code
/* CSS */
color: #99d607;
background-color: #99d607;
/* Tailwind (arbitrary) */
class="text-[#99d607] bg-[#99d607]"
/* SCSS */
$brand: #99d607;
/* SwiftUI */
Color(red: 0.600, green: 0.839, blue: 0.027)
/* Android */
Color.parseColor("#99d607")Accessibility — WCAG contrast
Aa
#99d607 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99d607 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green83.9%
Blue2.7%
CMYK percentages
Cyan28.5%
Magenta0.0%
Yellow96.7%
Key (black)16.1%
Color previews
#99d607 text on a black background
contrast 11.98:1
Card sample
#99d607 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99d607;
Background color
Panel with #99d607 background
background-color: #99d607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99d607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 214, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 214, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99d607; background: linear-gradient(135deg, #99d607, #0FD607);