#72cd65
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 205, 101
HSL
113°, 51%, 60%
CMYK
44, 0, 51, 20
Luminance
0.4818
Every format
| HEX | #72cd65 |
| RGB | rgb(114, 205, 101) |
| HSL | hsl(113, 51%, 60%) |
| CMYK | cmyk(44%, 0%, 51%, 20%) |
| LAB | lab(74.9 -47.4 43.2) |
| LCH | lch(74.9 64.1 137.7) |
| OKLCH | oklch(0.768 0.166 141.3) |
Copy-ready code
/* CSS */
color: #72cd65;
background-color: #72cd65;
/* Tailwind (arbitrary) */
class="text-[#72cd65] bg-[#72cd65]"
/* SCSS */
$brand: #72cd65;
/* SwiftUI */
Color(red: 0.447, green: 0.804, blue: 0.396)
/* Android */
Color.parseColor("#72cd65")Accessibility — WCAG contrast
Aa
#72cd65 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cd65 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.4%
Blue39.6%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow50.7%
Key (black)19.6%
Color previews
#72cd65 text on a black background
contrast 10.64:1
Card sample
#72cd65 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cd65;
Background color
Panel with #72cd65 background
background-color: #72cd65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cd65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 205, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 205, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cd65; background: linear-gradient(135deg, #72cd65, #65CD9D);