#76ebfd
a light, electric cyan · cool · closest name: skyblue
RGB
118, 235, 253
HSL
188°, 97%, 73%
CMYK
53, 7, 0, 1
Luminance
0.7036
Every format
| HEX | #76ebfd |
| RGB | rgb(118, 235, 253) |
| HSL | hsl(188, 97%, 73%) |
| CMYK | cmyk(53%, 7%, 0%, 1%) |
| LAB | lab(87.2 -28.3 -18.8) |
| LCH | lch(87.2 34.0 213.6) |
| OKLCH | oklch(0.878 0.108 208.7) |
Copy-ready code
/* CSS */
color: #76ebfd;
background-color: #76ebfd;
/* Tailwind (arbitrary) */
class="text-[#76ebfd] bg-[#76ebfd]"
/* SCSS */
$brand: #76ebfd;
/* SwiftUI */
Color(red: 0.463, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#76ebfd")Accessibility — WCAG contrast
Aa
#76ebfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76ebfd on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green92.2%
Blue99.2%
CMYK percentages
Cyan53.4%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#76ebfd text on a black background
contrast 15.07:1
Card sample
#76ebfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76ebfd;
Background color
Panel with #76ebfd background
background-color: #76ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76ebfd; background: linear-gradient(135deg, #76ebfd, #7691FD);