#72ce6d
a balanced, vivid green · cool · closest name: forestgreen
RGB
114, 206, 109
HSL
117°, 50%, 62%
CMYK
45, 0, 47, 19
Luminance
0.4882
Every format
| HEX | #72ce6d |
| RGB | rgb(114, 206, 109) |
| HSL | hsl(117, 50%, 62%) |
| CMYK | cmyk(45%, 0%, 47%, 19%) |
| LAB | lab(75.3 -46.7 39.7) |
| LCH | lch(75.3 61.3 139.6) |
| OKLCH | oklch(0.771 0.160 142.8) |
Copy-ready code
/* CSS */
color: #72ce6d;
background-color: #72ce6d;
/* Tailwind (arbitrary) */
class="text-[#72ce6d] bg-[#72ce6d]"
/* SCSS */
$brand: #72ce6d;
/* SwiftUI */
Color(red: 0.447, green: 0.808, blue: 0.427)
/* Android */
Color.parseColor("#72ce6d")Accessibility — WCAG contrast
Aa
#72ce6d on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ce6d on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.8%
Blue42.7%
CMYK percentages
Cyan44.7%
Magenta0.0%
Yellow47.1%
Key (black)19.2%
Color previews
#72ce6d text on a black background
contrast 10.76:1
Card sample
#72ce6d text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ce6d;
Background color
Panel with #72ce6d background
background-color: #72ce6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ce6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 206, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 206, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ce6d; background: linear-gradient(135deg, #72ce6d, #6DCEA9);