#77eedd
a light, electric cyan · cool · closest name: turquoise
RGB
119, 238, 221
HSL
171°, 78%, 70%
CMYK
50, 0, 7, 7
Luminance
0.7029
Every format
| HEX | #77eedd |
| RGB | rgb(119, 238, 221) |
| HSL | hsl(171, 78%, 70%) |
| CMYK | cmyk(50%, 0%, 7%, 7%) |
| LAB | lab(87.1 -37.6 -2.1) |
| LCH | lch(87.1 37.7 183.2) |
| OKLCH | oklch(0.875 0.111 183.2) |
Copy-ready code
/* CSS */
color: #77eedd;
background-color: #77eedd;
/* Tailwind (arbitrary) */
class="text-[#77eedd] bg-[#77eedd]"
/* SCSS */
$brand: #77eedd;
/* SwiftUI */
Color(red: 0.467, green: 0.933, blue: 0.867)
/* Android */
Color.parseColor("#77eedd")Accessibility — WCAG contrast
Aa
#77eedd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77eedd on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green93.3%
Blue86.7%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow7.1%
Key (black)6.7%
Color previews
#77eedd text on a black background
contrast 15.06:1
Card sample
#77eedd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77eedd;
Background color
Panel with #77eedd background
background-color: #77eedd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77eedd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 238, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 238, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77eedd; background: linear-gradient(135deg, #77eedd, #77B0EE);