#77f4df
a light, electric cyan · cool · closest name: turquoise
RGB
119, 244, 223
HSL
170°, 85%, 71%
CMYK
51, 0, 9, 4
Luminance
0.7395
Every format
| HEX | #77f4df |
| RGB | rgb(119, 244, 223) |
| HSL | hsl(170, 85%, 71%) |
| CMYK | cmyk(51%, 0%, 9%, 4%) |
| LAB | lab(88.9 -39.9 -0.6) |
| LCH | lch(88.9 39.9 180.8) |
| OKLCH | oklch(0.890 0.117 181.1) |
Copy-ready code
/* CSS */
color: #77f4df;
background-color: #77f4df;
/* Tailwind (arbitrary) */
class="text-[#77f4df] bg-[#77f4df]"
/* SCSS */
$brand: #77f4df;
/* SwiftUI */
Color(red: 0.467, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#77f4df")Accessibility — WCAG contrast
Aa
#77f4df on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77f4df on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green95.7%
Blue87.5%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#77f4df text on a black background
contrast 15.79:1
Card sample
#77f4df text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77f4df;
Background color
Panel with #77f4df background
background-color: #77f4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77f4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77f4df; background: linear-gradient(135deg, #77f4df, #77B6F4);