#9cd673
a balanced, vivid green · cool · closest name: olivedrab
RGB
156, 214, 115
HSL
95°, 55%, 65%
CMYK
27, 0, 46, 16
Luminance
0.5640
Every format
| HEX | #9cd673 |
| RGB | rgb(156, 214, 115) |
| HSL | hsl(95, 55%, 65%) |
| CMYK | cmyk(27%, 0%, 46%, 16%) |
| LAB | lab(79.8 -35.8 42.9) |
| LCH | lch(79.8 55.8 129.9) |
| OKLCH | oklch(0.814 0.143 133.6) |
Copy-ready code
/* CSS */
color: #9cd673;
background-color: #9cd673;
/* Tailwind (arbitrary) */
class="text-[#9cd673] bg-[#9cd673]"
/* SCSS */
$brand: #9cd673;
/* SwiftUI */
Color(red: 0.612, green: 0.839, blue: 0.451)
/* Android */
Color.parseColor("#9cd673")Accessibility — WCAG contrast
Aa
#9cd673 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd673 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.9%
Blue45.1%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow46.3%
Key (black)16.1%
Color previews
#9cd673 text on a black background
contrast 12.28:1
Card sample
#9cd673 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd673;
Background color
Panel with #9cd673 background
background-color: #9cd673;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd673;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 214, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 214, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd673; background: linear-gradient(135deg, #9cd673, #73D68C);