#72cd73
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 205, 115
HSL
121°, 48%, 63%
CMYK
44, 0, 44, 20
Luminance
0.4848
Every format
| HEX | #72cd73 |
| RGB | rgb(114, 205, 115) |
| HSL | hsl(121, 48%, 63%) |
| CMYK | cmyk(44%, 0%, 44%, 20%) |
| LAB | lab(75.1 -45.4 36.5) |
| LCH | lch(75.1 58.3 141.2) |
| OKLCH | oklch(0.770 0.153 144.1) |
Copy-ready code
/* CSS */
color: #72cd73;
background-color: #72cd73;
/* Tailwind (arbitrary) */
class="text-[#72cd73] bg-[#72cd73]"
/* SCSS */
$brand: #72cd73;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.451)
/* Android */
Color.parseColor("#72cd73")Accessibility — WCAG contrast
Aa
#72cd73 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cd73 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue45.1%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow43.9%
Key (black)19.6%
Color previews
#72cd73 text on a black background
contrast 10.70:1
Card sample
#72cd73 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cd73;
Background color
Panel with #72cd73 background
background-color: #72cd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cd73; background: linear-gradient(135deg, #72cd73, #72CDB0);