#99be74
a balanced, soft green · cool · closest name: olivedrab
RGB
153, 190, 116
HSL
90°, 36%, 60%
CMYK
20, 0, 39, 26
Luminance
0.4486
Every format
| HEX | #99be74 |
| RGB | rgb(153, 190, 116) |
| HSL | hsl(90, 36%, 60%) |
| CMYK | cmyk(20%, 0%, 39%, 26%) |
| LAB | lab(72.8 -25.4 33.4) |
| LCH | lch(72.8 42.0 127.2) |
| OKLCH | oklch(0.757 0.108 130.3) |
Copy-ready code
/* CSS */
color: #99be74;
background-color: #99be74;
/* Tailwind (arbitrary) */
class="text-[#99be74] bg-[#99be74]"
/* SCSS */
$brand: #99be74;
/* SwiftUI */
Color(red: 0.600, green: 0.745, blue: 0.455)
/* Android */
Color.parseColor("#99be74")Accessibility — WCAG contrast
Aa
#99be74 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99be74 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green74.5%
Blue45.5%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow38.9%
Key (black)25.5%
Color previews
#99be74 text on a black background
contrast 9.97:1
Card sample
#99be74 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99be74;
Background color
Panel with #99be74 background
background-color: #99be74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99be74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 190, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 190, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99be74; background: linear-gradient(135deg, #99be74, #74BE80);