#77f6eb
a light, electric cyan · cool · closest name: turquoise
RGB
119, 246, 235
HSL
175°, 88%, 72%
CMYK
52, 0, 5, 4
Luminance
0.7583
Every format
| HEX | #77f6eb |
| RGB | rgb(119, 246, 235) |
| HSL | hsl(175, 88%, 72%) |
| CMYK | cmyk(52%, 0%, 5%, 4%) |
| LAB | lab(89.8 -37.9 -5.5) |
| LCH | lch(89.8 38.3 188.3) |
| OKLCH | oklch(0.898 0.115 187.8) |
Copy-ready code
/* CSS */
color: #77f6eb;
background-color: #77f6eb;
/* Tailwind (arbitrary) */
class="text-[#77f6eb] bg-[#77f6eb]"
/* SCSS */
$brand: #77f6eb;
/* SwiftUI */
Color(red: 0.467, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#77f6eb")Accessibility — WCAG contrast
Aa
#77f6eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77f6eb on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green96.5%
Blue92.2%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#77f6eb text on a black background
contrast 16.17:1
Card sample
#77f6eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77f6eb;
Background color
Panel with #77f6eb background
background-color: #77f6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77f6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77f6eb; background: linear-gradient(135deg, #77f6eb, #77ACF6);