#73e8ba
a light, vivid green · cool · closest name: aquamarine
RGB
115, 232, 186
HSL
156°, 72%, 68%
CMYK
50, 0, 20, 9
Luminance
0.6490
Every format
| HEX | #73e8ba |
| RGB | rgb(115, 232, 186) |
| HSL | hsl(156, 72%, 68%) |
| CMYK | cmyk(50%, 0%, 20%, 9%) |
| LAB | lab(84.4 -43.8 12.3) |
| LCH | lch(84.4 45.5 164.3) |
| OKLCH | oklch(0.850 0.126 165.5) |
Copy-ready code
/* CSS */
color: #73e8ba;
background-color: #73e8ba;
/* Tailwind (arbitrary) */
class="text-[#73e8ba] bg-[#73e8ba]"
/* SCSS */
$brand: #73e8ba;
/* SwiftUI */
Color(red: 0.451, green: 0.910, blue: 0.729)
/* Android */
Color.parseColor("#73e8ba")Accessibility — WCAG contrast
Aa
#73e8ba on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73e8ba on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green91.0%
Blue72.9%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow19.8%
Key (black)9.0%
Color previews
#73e8ba text on a black background
contrast 13.98:1
Card sample
#73e8ba text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73e8ba;
Background color
Panel with #73e8ba background
background-color: #73e8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73e8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 232, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 232, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73e8ba; background: linear-gradient(135deg, #73e8ba, #73C8E8);