#76ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
118, 255, 223
HSL
166°, 100%, 73%
CMYK
54, 0, 13, 0
Luminance
0.8070
Every format
| HEX | #76ffdf |
| RGB | rgb(118, 255, 223) |
| HSL | hsl(166, 100%, 73%) |
| CMYK | cmyk(54%, 0%, 13%, 0%) |
| LAB | lab(92.0 -45.0 4.0) |
| LCH | lch(92.0 45.1 175.0) |
| OKLCH | oklch(0.915 0.129 175.7) |
Copy-ready code
/* CSS */
color: #76ffdf;
background-color: #76ffdf;
/* Tailwind (arbitrary) */
class="text-[#76ffdf] bg-[#76ffdf]"
/* SCSS */
$brand: #76ffdf;
/* SwiftUI */
Color(red: 0.463, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#76ffdf")Accessibility — WCAG contrast
Aa
#76ffdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76ffdf on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green100.0%
Blue87.5%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#76ffdf text on a black background
contrast 17.14:1
Card sample
#76ffdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76ffdf;
Background color
Panel with #76ffdf background
background-color: #76ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76ffdf; background: linear-gradient(135deg, #76ffdf, #76C4FF);