#76c5fd
a light, electric blue · cool · closest name: skyblue
RGB
118, 197, 253
HSL
205°, 97%, 73%
CMYK
53, 22, 0, 1
Luminance
0.5088
Every format
| HEX | #76c5fd |
| RGB | rgb(118, 197, 253) |
| HSL | hsl(205, 97%, 73%) |
| CMYK | cmyk(53%, 22%, 0%, 1%) |
| LAB | lab(76.6 -9.0 -35.0) |
| LCH | lch(76.6 36.1 255.6) |
| OKLCH | oklch(0.794 0.112 241.0) |
Copy-ready code
/* CSS */
color: #76c5fd;
background-color: #76c5fd;
/* Tailwind (arbitrary) */
class="text-[#76c5fd] bg-[#76c5fd]"
/* SCSS */
$brand: #76c5fd;
/* SwiftUI */
Color(red: 0.463, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#76c5fd")Accessibility — WCAG contrast
Aa
#76c5fd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76c5fd on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green77.3%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#76c5fd text on a black background
contrast 11.18:1
Card sample
#76c5fd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76c5fd;
Background color
Panel with #76c5fd background
background-color: #76c5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76c5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76c5fd; background: linear-gradient(135deg, #76c5fd, #8176FD);