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