#77fceb
a light, electric cyan · cool · closest name: turquoise
RGB
119, 252, 235
HSL
172°, 96%, 73%
CMYK
53, 0, 7, 1
Luminance
0.7954
Every format
| HEX | #77fceb |
| RGB | rgb(119, 252, 235) |
| HSL | hsl(172, 96%, 73%) |
| CMYK | cmyk(53%, 0%, 7%, 1%) |
| LAB | lab(91.5 -40.6 -3.0) |
| LCH | lch(91.5 40.7 184.3) |
| OKLCH | oklch(0.912 0.120 184.2) |
Copy-ready code
/* CSS */
color: #77fceb;
background-color: #77fceb;
/* Tailwind (arbitrary) */
class="text-[#77fceb] bg-[#77fceb]"
/* SCSS */
$brand: #77fceb;
/* SwiftUI */
Color(red: 0.467, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#77fceb")Accessibility — WCAG contrast
Aa
#77fceb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77fceb on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#77fceb text on a black background
contrast 16.91:1
Card sample
#77fceb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77fceb;
Background color
Panel with #77fceb background
background-color: #77fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77fceb; background: linear-gradient(135deg, #77fceb, #77B4FC);