#77eeff
a light, electric cyan · cool · closest name: skyblue
RGB
119, 238, 255
HSL
188°, 100%, 73%
CMYK
53, 7, 0, 0
Luminance
0.7229
Every format
| HEX | #77eeff |
| RGB | rgb(119, 238, 255) |
| HSL | hsl(188, 100%, 73%) |
| CMYK | cmyk(53%, 7%, 0%, 0%) |
| LAB | lab(88.1 -29.0 -18.5) |
| LCH | lch(88.1 34.4 212.5) |
| OKLCH | oklch(0.886 0.110 207.8) |
Copy-ready code
/* CSS */
color: #77eeff;
background-color: #77eeff;
/* Tailwind (arbitrary) */
class="text-[#77eeff] bg-[#77eeff]"
/* SCSS */
$brand: #77eeff;
/* SwiftUI */
Color(red: 0.467, green: 0.933, blue: 1.000)
/* Android */
Color.parseColor("#77eeff")Accessibility — WCAG contrast
Aa
#77eeff on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#77eeff on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green93.3%
Blue100.0%
CMYK percentages
Cyan53.3%
Magenta6.7%
Yellow0.0%
Key (black)0.0%
Color previews
#77eeff text on a black background
contrast 15.46:1
Card sample
#77eeff text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #77eeff;
Background color
Panel with #77eeff background
background-color: #77eeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #77eeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 238, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 238, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #77eeff; background: linear-gradient(135deg, #77eeff, #7793FF);