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