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