#72fdbf
a light, electric green · cool · closest name: aquamarine
RGB
114, 253, 191
HSL
153°, 97%, 72%
CMYK
55, 0, 25, 1
Luminance
0.7759
Every format
| HEX | #72fdbf |
| RGB | rgb(114, 253, 191) |
| HSL | hsl(153, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 25%, 1%) |
| LAB | lab(90.6 -51.9 18.4) |
| LCH | lch(90.6 55.1 160.5) |
| OKLCH | oklch(0.901 0.150 161.8) |
Copy-ready code
/* CSS */
color: #72fdbf;
background-color: #72fdbf;
/* Tailwind (arbitrary) */
class="text-[#72fdbf] bg-[#72fdbf]"
/* SCSS */
$brand: #72fdbf;
/* SwiftUI */
Color(red: 0.447, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#72fdbf")Accessibility — WCAG contrast
Aa
#72fdbf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fdbf on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green99.2%
Blue74.9%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#72fdbf text on a black background
contrast 16.52:1
Card sample
#72fdbf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fdbf;
Background color
Panel with #72fdbf background
background-color: #72fdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fdbf; background: linear-gradient(135deg, #72fdbf, #72DEFD);