#99cd46
a balanced, vivid green · cool · closest name: olivedrab
RGB
153, 205, 70
HSL
83°, 57%, 54%
CMYK
25, 0, 66, 20
Luminance
0.5088
Every format
| HEX | #99cd46 |
| RGB | rgb(153, 205, 70) |
| HSL | hsl(83, 57%, 54%) |
| CMYK | cmyk(25%, 0%, 66%, 20%) |
| LAB | lab(76.6 -37.1 59.4) |
| LCH | lch(76.6 70.1 122.0) |
| OKLCH | oklch(0.786 0.172 128.0) |
Copy-ready code
/* CSS */
color: #99cd46;
background-color: #99cd46;
/* Tailwind (arbitrary) */
class="text-[#99cd46] bg-[#99cd46]"
/* SCSS */
$brand: #99cd46;
/* SwiftUI */
Color(red: 0.600, green: 0.804, blue: 0.275)
/* Android */
Color.parseColor("#99cd46")Accessibility — WCAG contrast
Aa
#99cd46 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cd46 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.4%
Blue27.5%
CMYK percentages
Cyan25.4%
Magenta0.0%
Yellow65.9%
Key (black)19.6%
Color previews
#99cd46 text on a black background
contrast 11.18:1
Card sample
#99cd46 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cd46;
Background color
Panel with #99cd46 background
background-color: #99cd46;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cd46;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 205, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 205, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cd46; background: linear-gradient(135deg, #99cd46, #46CD4D);