#76cdfe
a light, electric blue · cool · closest name: skyblue
RGB
118, 205, 254
HSL
202°, 99%, 73%
CMYK
54, 19, 0, 0
Luminance
0.5467
Every format
| HEX | #76cdfe |
| RGB | rgb(118, 205, 254) |
| HSL | hsl(202, 99%, 73%) |
| CMYK | cmyk(54%, 19%, 0%, 0%) |
| LAB | lab(78.8 -12.9 -32.0) |
| LCH | lch(78.8 34.5 248.0) |
| OKLCH | oklch(0.812 0.109 235.0) |
Copy-ready code
/* CSS */
color: #76cdfe;
background-color: #76cdfe;
/* Tailwind (arbitrary) */
class="text-[#76cdfe] bg-[#76cdfe]"
/* SCSS */
$brand: #76cdfe;
/* SwiftUI */
Color(red: 0.463, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#76cdfe")Accessibility — WCAG contrast
Aa
#76cdfe on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cdfe on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green80.4%
Blue99.6%
CMYK percentages
Cyan53.5%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#76cdfe text on a black background
contrast 11.93:1
Card sample
#76cdfe text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cdfe;
Background color
Panel with #76cdfe background
background-color: #76cdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cdfe; background: linear-gradient(135deg, #76cdfe, #7976FE);