#76b2ef
a light, electric blue · cool · closest name: steelblue
RGB
118, 178, 239
HSL
210°, 79%, 70%
CMYK
51, 26, 0, 6
Luminance
0.4192
Every format
| HEX | #76b2ef |
| RGB | rgb(118, 178, 239) |
| HSL | hsl(210, 79%, 70%) |
| CMYK | cmyk(51%, 26%, 0%, 6%) |
| LAB | lab(70.8 -2.8 -36.4) |
| LCH | lch(70.8 36.5 265.6) |
| OKLCH | oklch(0.747 0.108 249.8) |
Copy-ready code
/* CSS */
color: #76b2ef;
background-color: #76b2ef;
/* Tailwind (arbitrary) */
class="text-[#76b2ef] bg-[#76b2ef]"
/* SCSS */
$brand: #76b2ef;
/* SwiftUI */
Color(red: 0.463, green: 0.698, blue: 0.937)
/* Android */
Color.parseColor("#76b2ef")Accessibility — WCAG contrast
Aa
#76b2ef on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76b2ef on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green69.8%
Blue93.7%
CMYK percentages
Cyan50.6%
Magenta25.5%
Yellow0.0%
Key (black)6.3%
Color previews
#76b2ef text on a black background
contrast 9.38:1
Card sample
#76b2ef text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76b2ef;
Background color
Panel with #76b2ef background
background-color: #76b2ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76b2ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 178, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 178, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76b2ef; background: linear-gradient(135deg, #76b2ef, #8B76EF);