#73f8af
a light, electric green · cool · closest name: aquamarine
RGB
115, 248, 175
HSL
147°, 91%, 71%
CMYK
54, 0, 29, 3
Luminance
0.7387
Every format
| HEX | #73f8af |
| RGB | rgb(115, 248, 175) |
| HSL | hsl(147, 91%, 71%) |
| CMYK | cmyk(54%, 0%, 29%, 3%) |
| LAB | lab(88.9 -52.8 24.2) |
| LCH | lch(88.9 58.1 155.4) |
| OKLCH | oklch(0.885 0.157 156.9) |
Copy-ready code
/* CSS */
color: #73f8af;
background-color: #73f8af;
/* Tailwind (arbitrary) */
class="text-[#73f8af] bg-[#73f8af]"
/* SCSS */
$brand: #73f8af;
/* SwiftUI */
Color(red: 0.451, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#73f8af")Accessibility — WCAG contrast
Aa
#73f8af on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73f8af on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green97.3%
Blue68.6%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#73f8af text on a black background
contrast 15.77:1
Card sample
#73f8af text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73f8af;
Background color
Panel with #73f8af background
background-color: #73f8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73f8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73f8af; background: linear-gradient(135deg, #73f8af, #73E8F8);