#76bafe
a light, electric blue · cool · closest name: steelblue
RGB
118, 186, 254
HSL
210°, 99%, 73%
CMYK
54, 27, 0, 0
Luminance
0.4613
Every format
| HEX | #76bafe |
| RGB | rgb(118, 186, 254) |
| HSL | hsl(210, 99%, 73%) |
| CMYK | cmyk(54%, 27%, 0%, 0%) |
| LAB | lab(73.6 -2.7 -40.1) |
| LCH | lch(73.6 40.2 266.1) |
| OKLCH | oklch(0.771 0.120 249.6) |
Copy-ready code
/* CSS */
color: #76bafe;
background-color: #76bafe;
/* Tailwind (arbitrary) */
class="text-[#76bafe] bg-[#76bafe]"
/* SCSS */
$brand: #76bafe;
/* SwiftUI */
Color(red: 0.463, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#76bafe")Accessibility — WCAG contrast
Aa
#76bafe on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76bafe on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green72.9%
Blue99.6%
CMYK percentages
Cyan53.5%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#76bafe text on a black background
contrast 10.23:1
Card sample
#76bafe text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76bafe;
Background color
Panel with #76bafe background
background-color: #76bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76bafe; background: linear-gradient(135deg, #76bafe, #8C76FE);