#76dbfe
a light, electric cyan · cool · closest name: skyblue
RGB
118, 219, 254
HSL
195°, 99%, 73%
CMYK
54, 14, 0, 0
Luminance
0.6167
Every format
| HEX | #76dbfe |
| RGB | rgb(118, 219, 254) |
| HSL | hsl(195, 99%, 73%) |
| CMYK | cmyk(54%, 14%, 0%, 0%) |
| LAB | lab(82.7 -20.1 -26.1) |
| LCH | lch(82.7 32.9 232.4) |
| OKLCH | oklch(0.843 0.106 223.0) |
Copy-ready code
/* CSS */
color: #76dbfe;
background-color: #76dbfe;
/* Tailwind (arbitrary) */
class="text-[#76dbfe] bg-[#76dbfe]"
/* SCSS */
$brand: #76dbfe;
/* SwiftUI */
Color(red: 0.463, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#76dbfe")Accessibility — WCAG contrast
Aa
#76dbfe on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76dbfe on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green85.9%
Blue99.6%
CMYK percentages
Cyan53.5%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#76dbfe text on a black background
contrast 13.33:1
Card sample
#76dbfe text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76dbfe;
Background color
Panel with #76dbfe background
background-color: #76dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76dbfe; background: linear-gradient(135deg, #76dbfe, #7680FE);