#76fcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
118, 252, 223
HSL
167°, 96%, 73%
CMYK
53, 0, 12, 1
Luminance
0.7880
Every format
| HEX | #76fcdf |
| RGB | rgb(118, 252, 223) |
| HSL | hsl(167, 96%, 73%) |
| CMYK | cmyk(53%, 0%, 12%, 1%) |
| LAB | lab(91.1 -43.7 2.7) |
| LCH | lch(91.1 43.7 176.4) |
| OKLCH | oklch(0.908 0.126 177.0) |
Copy-ready code
/* CSS */
color: #76fcdf;
background-color: #76fcdf;
/* Tailwind (arbitrary) */
class="text-[#76fcdf] bg-[#76fcdf]"
/* SCSS */
$brand: #76fcdf;
/* SwiftUI */
Color(red: 0.463, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#76fcdf")Accessibility — WCAG contrast
Aa
#76fcdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76fcdf on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#76fcdf text on a black background
contrast 16.76:1
Card sample
#76fcdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76fcdf;
Background color
Panel with #76fcdf background
background-color: #76fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76fcdf; background: linear-gradient(135deg, #76fcdf, #76C0FC);