#72cc86
a balanced, vivid green · cool · closest name: aquamarine
RGB
114, 204, 134
HSL
133°, 47%, 62%
CMYK
44, 0, 34, 20
Luminance
0.4848
Every format
| HEX | #72cc86 |
| RGB | rgb(114, 204, 134) |
| HSL | hsl(133, 47%, 62%) |
| CMYK | cmyk(44%, 0%, 34%, 20%) |
| LAB | lab(75.1 -42.0 26.7) |
| LCH | lch(75.1 49.8 147.5) |
| OKLCH | oklch(0.771 0.133 149.6) |
Copy-ready code
/* CSS */
color: #72cc86;
background-color: #72cc86;
/* Tailwind (arbitrary) */
class="text-[#72cc86] bg-[#72cc86]"
/* SCSS */
$brand: #72cc86;
/* SwiftUI */
Color(red: 0.447, green: 0.800, blue: 0.525)
/* Android */
Color.parseColor("#72cc86")Accessibility — WCAG contrast
Aa
#72cc86 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cc86 on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.0%
Blue52.5%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow34.3%
Key (black)20.0%
Color previews
#72cc86 text on a black background
contrast 10.70:1
Card sample
#72cc86 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cc86;
Background color
Panel with #72cc86 background
background-color: #72cc86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cc86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 204, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 204, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cc86; background: linear-gradient(135deg, #72cc86, #72CCC2);