#9ad080
a light, vivid green · cool · closest name: khaki
RGB
154, 208, 128
HSL
101°, 46%, 66%
CMYK
26, 0, 39, 18
Luminance
0.5354
Every format
| HEX | #9ad080 |
| RGB | rgb(154, 208, 128) |
| HSL | hsl(101, 46%, 66%) |
| CMYK | cmyk(26%, 0%, 39%, 18%) |
| LAB | lab(78.2 -32.0 34.2) |
| LCH | lch(78.2 46.9 133.1) |
| OKLCH | oklch(0.801 0.122 136.0) |
Copy-ready code
/* CSS */
color: #9ad080;
background-color: #9ad080;
/* Tailwind (arbitrary) */
class="text-[#9ad080] bg-[#9ad080]"
/* SCSS */
$brand: #9ad080;
/* SwiftUI */
Color(red: 0.604, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#9ad080")Accessibility — WCAG contrast
Aa
#9ad080 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ad080 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green81.6%
Blue50.2%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow38.5%
Key (black)18.4%
Color previews
#9ad080 text on a black background
contrast 11.71:1
Card sample
#9ad080 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ad080;
Background color
Panel with #9ad080 background
background-color: #9ad080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ad080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ad080; background: linear-gradient(135deg, #9ad080, #80D09B);