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