#77f9df
a light, electric cyan · cool · closest name: aquamarine
RGB
119, 249, 223
HSL
168°, 92%, 72%
CMYK
52, 0, 10, 2
Luminance
0.7700
Every format
| HEX | #77f9df |
| RGB | rgb(119, 249, 223) |
| HSL | hsl(168, 92%, 72%) |
| CMYK | cmyk(52%, 0%, 10%, 2%) |
| LAB | lab(90.3 -42.1 1.5) |
| LCH | lch(90.3 42.2 177.9) |
| OKLCH | oklch(0.901 0.122 178.4) |
Copy-ready code
/* CSS */
color: #77f9df;
background-color: #77f9df;
/* Tailwind (arbitrary) */
class="text-[#77f9df] bg-[#77f9df]"
/* SCSS */
$brand: #77f9df;
/* SwiftUI */
Color(red: 0.467, green: 0.976, blue: 0.875)
/* Android */
Color.parseColor("#77f9df")Accessibility — WCAG contrast
Aa
#77f9df on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77f9df on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green97.6%
Blue87.5%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow10.4%
Key (black)2.4%
Color previews
#77f9df text on a black background
contrast 16.40:1
Card sample
#77f9df text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77f9df;
Background color
Panel with #77f9df background
background-color: #77f9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77f9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 249, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 249, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77f9df; background: linear-gradient(135deg, #77f9df, #77BCF9);