#72ba2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 186, 47
HSL
91°, 60%, 46%
CMYK
39, 0, 75, 27
Luminance
0.3890
Every format
| HEX | #72ba2f |
| RGB | rgb(114, 186, 47) |
| HSL | hsl(91, 60%, 46%) |
| CMYK | cmyk(39%, 0%, 75%, 27%) |
| LAB | lab(68.7 -44.6 59.3) |
| LCH | lch(68.7 74.2 127.0) |
| OKLCH | oklch(0.715 0.182 133.4) |
Copy-ready code
/* CSS */
color: #72ba2f;
background-color: #72ba2f;
/* Tailwind (arbitrary) */
class="text-[#72ba2f] bg-[#72ba2f]"
/* SCSS */
$brand: #72ba2f;
/* SwiftUI */
Color(red: 0.447, green: 0.729, blue: 0.184)
/* Android */
Color.parseColor("#72ba2f")Accessibility — WCAG contrast
Aa
#72ba2f on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ba2f on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green72.9%
Blue18.4%
CMYK percentages
Cyan38.7%
Magenta0.0%
Yellow74.7%
Key (black)27.1%
Color previews
#72ba2f text on a black background
contrast 8.78:1
Card sample
#72ba2f text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ba2f;
Background color
Panel with #72ba2f background
background-color: #72ba2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ba2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 186, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 186, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ba2f; background: linear-gradient(135deg, #72ba2f, #2FBA49);