#73fdce
a light, electric green · cool · closest name: aquamarine
RGB
115, 253, 206
HSL
160°, 97%, 72%
CMYK
55, 0, 19, 1
Luminance
0.7835
Every format
| HEX | #73fdce |
| RGB | rgb(115, 253, 206) |
| HSL | hsl(160, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 19%, 1%) |
| LAB | lab(90.9 -48.5 11.2) |
| LCH | lch(90.9 49.8 167.0) |
| OKLCH | oklch(0.905 0.139 168.1) |
Copy-ready code
/* CSS */
color: #73fdce;
background-color: #73fdce;
/* Tailwind (arbitrary) */
class="text-[#73fdce] bg-[#73fdce]"
/* SCSS */
$brand: #73fdce;
/* SwiftUI */
Color(red: 0.451, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#73fdce")Accessibility — WCAG contrast
Aa
#73fdce on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73fdce on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green99.2%
Blue80.8%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#73fdce text on a black background
contrast 16.67:1
Card sample
#73fdce text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73fdce;
Background color
Panel with #73fdce background
background-color: #73fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73fdce; background: linear-gradient(135deg, #73fdce, #73D0FD);