#76cdff
a light, electric blue · cool · closest name: skyblue
RGB
118, 205, 255
HSL
202°, 100%, 73%
CMYK
54, 20, 0, 0
Luminance
0.5473
Every format
| HEX | #76cdff |
| RGB | rgb(118, 205, 255) |
| HSL | hsl(202, 100%, 73%) |
| CMYK | cmyk(54%, 20%, 0%, 0%) |
| LAB | lab(78.9 -12.6 -32.5) |
| LCH | lch(78.9 34.9 248.8) |
| OKLCH | oklch(0.813 0.110 235.5) |
Copy-ready code
/* CSS */
color: #76cdff;
background-color: #76cdff;
/* Tailwind (arbitrary) */
class="text-[#76cdff] bg-[#76cdff]"
/* SCSS */
$brand: #76cdff;
/* SwiftUI */
Color(red: 0.463, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#76cdff")Accessibility — WCAG contrast
Aa
#76cdff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cdff on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.4%
Blue100.0%
CMYK percentages
Cyan53.7%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#76cdff text on a black background
contrast 11.95:1
Card sample
#76cdff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cdff;
Background color
Panel with #76cdff background
background-color: #76cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cdff; background: linear-gradient(135deg, #76cdff, #7A76FF);