#76ffcf
a light, electric green · cool · closest name: aquamarine
RGB
118, 255, 207
HSL
159°, 100%, 73%
CMYK
54, 0, 19, 0
Luminance
0.7988
Every format
| HEX | #76ffcf |
| RGB | rgb(118, 255, 207) |
| HSL | hsl(159, 100%, 73%) |
| CMYK | cmyk(54%, 0%, 19%, 0%) |
| LAB | lab(91.6 -48.5 11.7) |
| LCH | lch(91.6 49.9 166.5) |
| OKLCH | oklch(0.910 0.139 167.6) |
Copy-ready code
/* CSS */
color: #76ffcf;
background-color: #76ffcf;
/* Tailwind (arbitrary) */
class="text-[#76ffcf] bg-[#76ffcf]"
/* SCSS */
$brand: #76ffcf;
/* SwiftUI */
Color(red: 0.463, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#76ffcf")Accessibility — WCAG contrast
Aa
#76ffcf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76ffcf on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green100.0%
Blue81.2%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#76ffcf text on a black background
contrast 16.98:1
Card sample
#76ffcf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76ffcf;
Background color
Panel with #76ffcf background
background-color: #76ffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76ffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76ffcf; background: linear-gradient(135deg, #76ffcf, #76D4FF);