#76cbfd
a light, electric blue · cool · closest name: skyblue
RGB
118, 203, 253
HSL
202°, 97%, 73%
CMYK
53, 20, 0, 1
Luminance
0.5366
Every format
| HEX | #76cbfd |
| RGB | rgb(118, 203, 253) |
| HSL | hsl(202, 97%, 73%) |
| CMYK | cmyk(53%, 20%, 0%, 1%) |
| LAB | lab(78.3 -12.2 -32.4) |
| LCH | lch(78.3 34.6 249.4) |
| OKLCH | oklch(0.807 0.109 236.1) |
Copy-ready code
/* CSS */
color: #76cbfd;
background-color: #76cbfd;
/* Tailwind (arbitrary) */
class="text-[#76cbfd] bg-[#76cbfd]"
/* SCSS */
$brand: #76cbfd;
/* SwiftUI */
Color(red: 0.463, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#76cbfd")Accessibility — WCAG contrast
Aa
#76cbfd on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76cbfd on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green79.6%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#76cbfd text on a black background
contrast 11.73:1
Card sample
#76cbfd text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76cbfd;
Background color
Panel with #76cbfd background
background-color: #76cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76cbfd; background: linear-gradient(135deg, #76cbfd, #7B76FD);