#72cc97
a balanced, vivid green · cool · closest name: aquamarine
RGB
114, 204, 151
HSL
145°, 47%, 62%
CMYK
44, 0, 26, 20
Luminance
0.4900
Every format
| HEX | #72cc97 |
| RGB | rgb(114, 204, 151) |
| HSL | hsl(145, 47%, 62%) |
| CMYK | cmyk(44%, 0%, 26%, 20%) |
| LAB | lab(75.5 -38.8 18.2) |
| LCH | lch(75.5 42.9 154.9) |
| OKLCH | oklch(0.775 0.116 156.5) |
Copy-ready code
/* CSS */
color: #72cc97;
background-color: #72cc97;
/* Tailwind (arbitrary) */
class="text-[#72cc97] bg-[#72cc97]"
/* SCSS */
$brand: #72cc97;
/* SwiftUI */
Color(red: 0.447, green: 0.800, blue: 0.592)
/* Android */
Color.parseColor("#72cc97")Accessibility — WCAG contrast
Aa
#72cc97 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cc97 on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.0%
Blue59.2%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow26.0%
Key (black)20.0%
Color previews
#72cc97 text on a black background
contrast 10.80:1
Card sample
#72cc97 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cc97;
Background color
Panel with #72cc97 background
background-color: #72cc97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cc97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 204, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 204, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cc97; background: linear-gradient(135deg, #72cc97, #72C5CC);