#77ebee
a light, electric cyan · cool · closest name: turquoise
RGB
119, 235, 238
HSL
182°, 78%, 70%
CMYK
50, 1, 0, 7
Luminance
0.6951
Every format
| HEX | #77ebee |
| RGB | rgb(119, 235, 238) |
| HSL | hsl(182, 78%, 70%) |
| CMYK | cmyk(50%, 1%, 0%, 7%) |
| LAB | lab(86.8 -32.0 -11.6) |
| LCH | lch(86.8 34.1 199.9) |
| OKLCH | oklch(0.874 0.105 197.6) |
Copy-ready code
/* CSS */
color: #77ebee;
background-color: #77ebee;
/* Tailwind (arbitrary) */
class="text-[#77ebee] bg-[#77ebee]"
/* SCSS */
$brand: #77ebee;
/* SwiftUI */
Color(red: 0.467, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#77ebee")Accessibility — WCAG contrast
Aa
#77ebee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77ebee on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green92.2%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#77ebee text on a black background
contrast 14.90:1
Card sample
#77ebee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77ebee;
Background color
Panel with #77ebee background
background-color: #77ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77ebee; background: linear-gradient(135deg, #77ebee, #779CEE);