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