#72ffc2
a light, electric green · cool · closest name: aquamarine
RGB
114, 255, 194
HSL
154°, 100%, 72%
CMYK
55, 0, 24, 0
Luminance
0.7899
Every format
| HEX | #72ffc2 |
| RGB | rgb(114, 255, 194) |
| HSL | hsl(154, 100%, 72%) |
| CMYK | cmyk(55%, 0%, 24%, 0%) |
| LAB | lab(91.2 -52.1 17.8) |
| LCH | lch(91.2 55.1 161.2) |
| OKLCH | oklch(0.906 0.151 162.5) |
Copy-ready code
/* CSS */
color: #72ffc2;
background-color: #72ffc2;
/* Tailwind (arbitrary) */
class="text-[#72ffc2] bg-[#72ffc2]"
/* SCSS */
$brand: #72ffc2;
/* SwiftUI */
Color(red: 0.447, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#72ffc2")Accessibility — WCAG contrast
Aa
#72ffc2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ffc2 on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green100.0%
Blue76.1%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#72ffc2 text on a black background
contrast 16.80:1
Card sample
#72ffc2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ffc2;
Background color
Panel with #72ffc2 background
background-color: #72ffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ffc2; background: linear-gradient(135deg, #72ffc2, #72DEFF);