#77facf
a light, electric cyan · cool · “aquamarine”
RGB
119, 250, 207
HSL
160°, 93%, 72%
CMYK
52, 0, 17, 2
Luminance
0.7680
Every format
| HEX | #77facf |
| RGB | rgb(119, 250, 207) |
| HSL | hsl(160, 93%, 72%) |
| CMYK | cmyk(52%, 0%, 17%, 2%) |
| LAB | lab(90.2 -46.2 9.7) |
| LCH | lch(90.2 47.2 168.2) |
| OKLCH | oklch(0.899 0.132 169.2) |
Copy-ready code
/* CSS */
color: #77facf;
background-color: #77facf;
/* Tailwind (arbitrary) */
class="text-[#77facf] bg-[#77facf]"
/* SCSS */
$brand: #77facf;
/* SwiftUI */
Color(red: 0.467, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#77facf")Accessibility — WCAG contrast
Aa
#77facf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77facf on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green98.0%
Blue81.2%
CMYK percentages
Cyan52.4%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#77facf text on a black background
contrast 16.36:1
Card sample
#77facf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77facf;
Background color
Panel with #77facf background
background-color: #77facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77facf; background: linear-gradient(135deg, #77facf, #77CEFA);