#72fdac
a light, electric green · cool · closest name: aquamarine
RGB
114, 253, 172
HSL
145°, 97%, 72%
CMYK
55, 0, 32, 1
Luminance
0.7681
Every format
| HEX | #72fdac |
| RGB | rgb(114, 253, 172) |
| HSL | hsl(145, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 32%, 1%) |
| LAB | lab(90.2 -55.6 27.6) |
| LCH | lch(90.2 62.1 153.6) |
| OKLCH | oklch(0.896 0.167 155.3) |
Copy-ready code
/* CSS */
color: #72fdac;
background-color: #72fdac;
/* Tailwind (arbitrary) */
class="text-[#72fdac] bg-[#72fdac]"
/* SCSS */
$brand: #72fdac;
/* SwiftUI */
Color(red: 0.447, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#72fdac")Accessibility — WCAG contrast
Aa
#72fdac on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72fdac on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green99.2%
Blue67.5%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#72fdac text on a black background
contrast 16.36:1
Card sample
#72fdac text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72fdac;
Background color
Panel with #72fdac background
background-color: #72fdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72fdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72fdac; background: linear-gradient(135deg, #72fdac, #72F1FD);