#72ffaf
a light, electric green · cool · closest name: aquamarine
RGB
114, 255, 175
HSL
146°, 100%, 72%
CMYK
55, 0, 31, 0
Luminance
0.7819
Every format
| HEX | #72ffaf |
| RGB | rgb(114, 255, 175) |
| HSL | hsl(146, 100%, 72%) |
| CMYK | cmyk(55%, 0%, 31%, 0%) |
| LAB | lab(90.9 -55.8 26.9) |
| LCH | lch(90.9 62.0 154.2) |
| OKLCH | oklch(0.902 0.167 155.9) |
Copy-ready code
/* CSS */
color: #72ffaf;
background-color: #72ffaf;
/* Tailwind (arbitrary) */
class="text-[#72ffaf] bg-[#72ffaf]"
/* SCSS */
$brand: #72ffaf;
/* SwiftUI */
Color(red: 0.447, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#72ffaf")Accessibility — WCAG contrast
Aa
#72ffaf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ffaf on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green100.0%
Blue68.6%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#72ffaf text on a black background
contrast 16.64:1
Card sample
#72ffaf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ffaf;
Background color
Panel with #72ffaf background
background-color: #72ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ffaf; background: linear-gradient(135deg, #72ffaf, #72F1FF);