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