#76bdf1
a light, electric blue · cool · closest name: skyblue
RGB
118, 189, 241
HSL
205°, 82%, 70%
CMYK
51, 22, 0, 6
Luminance
0.4660
Every format
| HEX | #76bdf1 |
| RGB | rgb(118, 189, 241) |
| HSL | hsl(205, 82%, 70%) |
| CMYK | cmyk(51%, 22%, 0%, 6%) |
| LAB | lab(73.9 -8.2 -32.6) |
| LCH | lch(73.9 33.7 255.9) |
| OKLCH | oklch(0.772 0.103 241.6) |
Copy-ready code
/* CSS */
color: #76bdf1;
background-color: #76bdf1;
/* Tailwind (arbitrary) */
class="text-[#76bdf1] bg-[#76bdf1]"
/* SCSS */
$brand: #76bdf1;
/* SwiftUI */
Color(red: 0.463, green: 0.741, blue: 0.945)
/* Android */
Color.parseColor("#76bdf1")Accessibility — WCAG contrast
Aa
#76bdf1 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76bdf1 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green74.1%
Blue94.5%
CMYK percentages
Cyan51.0%
Magenta21.6%
Yellow0.0%
Key (black)5.5%
Color previews
#76bdf1 text on a black background
contrast 10.32:1
Card sample
#76bdf1 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76bdf1;
Background color
Panel with #76bdf1 background
background-color: #76bdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76bdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 189, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 189, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76bdf1; background: linear-gradient(135deg, #76bdf1, #8176F1);