#76bdf3
a light, electric blue · cool · closest name: skyblue
RGB
118, 189, 243
HSL
206°, 84%, 71%
CMYK
51, 22, 0, 5
Luminance
0.4672
Every format
| HEX | #76bdf3 |
| RGB | rgb(118, 189, 243) |
| HSL | hsl(206, 84%, 71%) |
| CMYK | cmyk(51%, 22%, 0%, 5%) |
| LAB | lab(74.0 -7.6 -33.6) |
| LCH | lch(74.0 34.5 257.3) |
| OKLCH | oklch(0.772 0.106 242.6) |
Copy-ready code
/* CSS */
color: #76bdf3;
background-color: #76bdf3;
/* Tailwind (arbitrary) */
class="text-[#76bdf3] bg-[#76bdf3]"
/* SCSS */
$brand: #76bdf3;
/* SwiftUI */
Color(red: 0.463, green: 0.741, blue: 0.953)
/* Android */
Color.parseColor("#76bdf3")Accessibility — WCAG contrast
Aa
#76bdf3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76bdf3 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green74.1%
Blue95.3%
CMYK percentages
Cyan51.4%
Magenta22.2%
Yellow0.0%
Key (black)4.7%
Color previews
#76bdf3 text on a black background
contrast 10.34:1
Card sample
#76bdf3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76bdf3;
Background color
Panel with #76bdf3 background
background-color: #76bdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76bdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 189, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 189, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76bdf3; background: linear-gradient(135deg, #76bdf3, #8276F3);