#72cf5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 207, 95
HSL
110°, 54%, 59%
CMYK
45, 0, 54, 19
Luminance
0.4903
Every format
| HEX | #72cf5f |
| RGB | rgb(114, 207, 95) |
| HSL | hsl(110, 54%, 59%) |
| CMYK | cmyk(45%, 0%, 54%, 19%) |
| LAB | lab(75.5 -48.9 46.7) |
| LCH | lch(75.5 67.6 136.4) |
| OKLCH | oklch(0.772 0.174 140.3) |
Copy-ready code
/* CSS */
color: #72cf5f;
background-color: #72cf5f;
/* Tailwind (arbitrary) */
class="text-[#72cf5f] bg-[#72cf5f]"
/* SCSS */
$brand: #72cf5f;
/* SwiftUI */
Color(red: 0.447, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#72cf5f")Accessibility — WCAG contrast
Aa
#72cf5f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cf5f on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green81.2%
Blue37.3%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow54.1%
Key (black)18.8%
Color previews
#72cf5f text on a black background
contrast 10.81:1
Card sample
#72cf5f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cf5f;
Background color
Panel with #72cf5f background
background-color: #72cf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cf5f; background: linear-gradient(135deg, #72cf5f, #5FCF97);