#77fffb
a light, electric cyan · cool · closest name: cyan
RGB
119, 255, 251
HSL
178°, 100%, 73%
CMYK
53, 0, 2, 0
Luminance
0.8241
Every format
| HEX | #77fffb |
| RGB | rgb(119, 255, 251) |
| HSL | hsl(178, 100%, 73%) |
| CMYK | cmyk(53%, 0%, 2%, 0%) |
| LAB | lab(92.8 -38.0 -9.4) |
| LCH | lch(92.8 39.1 193.9) |
| OKLCH | oklch(0.923 0.119 192.7) |
Copy-ready code
/* CSS */
color: #77fffb;
background-color: #77fffb;
/* Tailwind (arbitrary) */
class="text-[#77fffb] bg-[#77fffb]"
/* SCSS */
$brand: #77fffb;
/* SwiftUI */
Color(red: 0.467, green: 1.000, blue: 0.984)
/* Android */
Color.parseColor("#77fffb")Accessibility — WCAG contrast
Aa
#77fffb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77fffb on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green100.0%
Blue98.4%
CMYK percentages
Cyan53.3%
Magenta0.0%
Yellow1.6%
Key (black)0.0%
Color previews
#77fffb text on a black background
contrast 17.48:1
Card sample
#77fffb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77fffb;
Background color
Panel with #77fffb background
background-color: #77fffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77fffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 255, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 255, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77fffb; background: linear-gradient(135deg, #77fffb, #77A8FF);