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