#72fba2
a light, electric green · cool · closest name: aquamarine
RGB
114, 251, 162
HSL
141°, 95%, 72%
CMYK
55, 0, 36, 2
Luminance
0.7518
Every format
| HEX | #72fba2 |
| RGB | rgb(114, 251, 162) |
| HSL | hsl(141, 95%, 72%) |
| CMYK | cmyk(55%, 0%, 36%, 2%) |
| LAB | lab(89.5 -56.6 31.6) |
| LCH | lch(89.5 64.8 150.8) |
| OKLCH | oklch(0.890 0.173 152.7) |
Copy-ready code
/* CSS */
color: #72fba2;
background-color: #72fba2;
/* Tailwind (arbitrary) */
class="text-[#72fba2] bg-[#72fba2]"
/* SCSS */
$brand: #72fba2;
/* SwiftUI */
Color(red: 0.447, green: 0.984, blue: 0.635)
/* Android */
Color.parseColor("#72fba2")Accessibility — WCAG contrast
Aa
#72fba2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fba2 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green98.4%
Blue63.5%
CMYK percentages
Cyan54.6%
Magenta0.0%
Yellow35.5%
Key (black)1.6%
Color previews
#72fba2 text on a black background
contrast 16.04:1
Card sample
#72fba2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fba2;
Background color
Panel with #72fba2 background
background-color: #72fba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 251, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 251, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fba2; background: linear-gradient(135deg, #72fba2, #72F9FB);