#72e987
a light, vivid green · cool · closest name: aquamarine
RGB
114, 233, 135
HSL
131°, 73%, 68%
CMYK
51, 0, 42, 9
Luminance
0.6360
Every format
| HEX | #72e987 |
| RGB | rgb(114, 233, 135) |
| HSL | hsl(131, 73%, 68%) |
| CMYK | cmyk(51%, 0%, 42%, 9%) |
| LAB | lab(83.8 -53.9 37.6) |
| LCH | lch(83.8 65.7 145.1) |
| OKLCH | oklch(0.842 0.173 147.6) |
Copy-ready code
/* CSS */
color: #72e987;
background-color: #72e987;
/* Tailwind (arbitrary) */
class="text-[#72e987] bg-[#72e987]"
/* SCSS */
$brand: #72e987;
/* SwiftUI */
Color(red: 0.447, green: 0.914, blue: 0.529)
/* Android */
Color.parseColor("#72e987")Accessibility — WCAG contrast
Aa
#72e987 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72e987 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green91.4%
Blue52.9%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow42.1%
Key (black)8.6%
Color previews
#72e987 text on a black background
contrast 13.72:1
Card sample
#72e987 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72e987;
Background color
Panel with #72e987 background
background-color: #72e987;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72e987;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 233, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 233, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72e987; background: linear-gradient(135deg, #72e987, #72E9D6);