#73f28d
a light, electric green · cool · closest name: aquamarine
RGB
115, 242, 141
HSL
132°, 83%, 70%
CMYK
53, 0, 42, 5
Luminance
0.6907
Every format
| HEX | #73f28d |
| RGB | rgb(115, 242, 141) |
| HSL | hsl(132, 83%, 70%) |
| CMYK | cmyk(53%, 0%, 42%, 5%) |
| LAB | lab(86.5 -56.3 38.2) |
| LCH | lch(86.5 68.0 145.8) |
| OKLCH | oklch(0.865 0.179 148.3) |
Copy-ready code
/* CSS */
color: #73f28d;
background-color: #73f28d;
/* Tailwind (arbitrary) */
class="text-[#73f28d] bg-[#73f28d]"
/* SCSS */
$brand: #73f28d;
/* SwiftUI */
Color(red: 0.451, green: 0.949, blue: 0.553)
/* Android */
Color.parseColor("#73f28d")Accessibility — WCAG contrast
Aa
#73f28d on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73f28d on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green94.9%
Blue55.3%
CMYK percentages
Cyan52.5%
Magenta0.0%
Yellow41.7%
Key (black)5.1%
Color previews
#73f28d text on a black background
contrast 14.81:1
Card sample
#73f28d text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73f28d;
Background color
Panel with #73f28d background
background-color: #73f28d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73f28d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 242, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 242, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73f28d; background: linear-gradient(135deg, #73f28d, #73F2E2);