#73fdba
a light, electric green · cool · closest name: aquamarine
RGB
115, 253, 186
HSL
151°, 97%, 72%
CMYK
55, 0, 27, 1
Luminance
0.7744
Every format
| HEX | #73fdba |
| RGB | rgb(115, 253, 186) |
| HSL | hsl(151, 97%, 72%) |
| CMYK | cmyk(55%, 0%, 27%, 1%) |
| LAB | lab(90.5 -52.7 20.9) |
| LCH | lch(90.5 56.7 158.4) |
| OKLCH | oklch(0.900 0.154 159.8) |
Copy-ready code
/* CSS */
color: #73fdba;
background-color: #73fdba;
/* Tailwind (arbitrary) */
class="text-[#73fdba] bg-[#73fdba]"
/* SCSS */
$brand: #73fdba;
/* SwiftUI */
Color(red: 0.451, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#73fdba")Accessibility — WCAG contrast
Aa
#73fdba on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73fdba on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green99.2%
Blue72.9%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#73fdba text on a black background
contrast 16.49:1
Card sample
#73fdba text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73fdba;
Background color
Panel with #73fdba background
background-color: #73fdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73fdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73fdba; background: linear-gradient(135deg, #73fdba, #73E4FD);