#73ffbc
a light, electric green · cool · closest name: aquamarine
RGB
115, 255, 188
HSL
151°, 100%, 73%
CMYK
55, 0, 26, 0
Luminance
0.7880
Every format
| HEX | #73ffbc |
| RGB | rgb(115, 255, 188) |
| HSL | hsl(151, 100%, 73%) |
| CMYK | cmyk(55%, 0%, 26%, 0%) |
| LAB | lab(91.1 -53.1 20.7) |
| LCH | lch(91.1 57.0 158.7) |
| OKLCH | oklch(0.905 0.155 160.1) |
Copy-ready code
/* CSS */
color: #73ffbc;
background-color: #73ffbc;
/* Tailwind (arbitrary) */
class="text-[#73ffbc] bg-[#73ffbc]"
/* SCSS */
$brand: #73ffbc;
/* SwiftUI */
Color(red: 0.451, green: 1.000, blue: 0.737)
/* Android */
Color.parseColor("#73ffbc")Accessibility — WCAG contrast
Aa
#73ffbc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73ffbc on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green100.0%
Blue73.7%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow26.3%
Key (black)0.0%
Color previews
#73ffbc text on a black background
contrast 16.76:1
Card sample
#73ffbc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73ffbc;
Background color
Panel with #73ffbc background
background-color: #73ffbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73ffbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 255, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 255, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73ffbc; background: linear-gradient(135deg, #73ffbc, #73E5FF);