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