#76eefd
a light, electric cyan · cool · closest name: skyblue
RGB
118, 238, 253
HSL
187°, 97%, 73%
CMYK
53, 6, 0, 1
Luminance
0.7209
Every format
| HEX | #76eefd |
| RGB | rgb(118, 238, 253) |
| HSL | hsl(187, 97%, 73%) |
| CMYK | cmyk(53%, 6%, 0%, 1%) |
| LAB | lab(88.0 -29.7 -17.6) |
| LCH | lch(88.0 34.5 210.6) |
| OKLCH | oklch(0.885 0.110 206.3) |
Copy-ready code
/* CSS */
color: #76eefd;
background-color: #76eefd;
/* Tailwind (arbitrary) */
class="text-[#76eefd] bg-[#76eefd]"
/* SCSS */
$brand: #76eefd;
/* SwiftUI */
Color(red: 0.463, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#76eefd")Accessibility — WCAG contrast
Aa
#76eefd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76eefd on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green93.3%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#76eefd text on a black background
contrast 15.42:1
Card sample
#76eefd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76eefd;
Background color
Panel with #76eefd background
background-color: #76eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76eefd; background: linear-gradient(135deg, #76eefd, #7694FD);