#99ff7b
a light, electric green · cool · closest name: forestgreen
RGB
153, 255, 123
HSL
106°, 100%, 74%
CMYK
40, 0, 52, 0
Luminance
0.7972
Every format
| HEX | #99ff7b |
| RGB | rgb(153, 255, 123) |
| HSL | hsl(106, 100%, 74%) |
| CMYK | cmyk(40%, 0%, 52%, 0%) |
| LAB | lab(91.6 -53.5 53.4) |
| LCH | lch(91.6 75.5 135.0) |
| OKLCH | oklch(0.909 0.194 139.0) |
Copy-ready code
/* CSS */
color: #99ff7b;
background-color: #99ff7b;
/* Tailwind (arbitrary) */
class="text-[#99ff7b] bg-[#99ff7b]"
/* SCSS */
$brand: #99ff7b;
/* SwiftUI */
Color(red: 0.600, green: 1.000, blue: 0.482)
/* Android */
Color.parseColor("#99ff7b")Accessibility — WCAG contrast
Aa
#99ff7b on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ff7b on black: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green100.0%
Blue48.2%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow51.8%
Key (black)0.0%
Color previews
#99ff7b text on a black background
contrast 16.94:1
Card sample
#99ff7b text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ff7b;
Background color
Panel with #99ff7b background
background-color: #99ff7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ff7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 255, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 255, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ff7b; background: linear-gradient(135deg, #99ff7b, #7BFFB5);