#76aeee
a light, electric blue · cool · closest name: steelblue
RGB
118, 174, 238
HSL
212°, 78%, 70%
CMYK
50, 27, 0, 7
Luminance
0.4030
Every format
| HEX | #76aeee |
| RGB | rgb(118, 174, 238) |
| HSL | hsl(212, 78%, 70%) |
| CMYK | cmyk(50%, 27%, 0%, 7%) |
| LAB | lab(69.7 -0.8 -37.6) |
| LCH | lch(69.7 37.6 268.7) |
| OKLCH | oklch(0.738 0.110 252.6) |
Copy-ready code
/* CSS */
color: #76aeee;
background-color: #76aeee;
/* Tailwind (arbitrary) */
class="text-[#76aeee] bg-[#76aeee]"
/* SCSS */
$brand: #76aeee;
/* SwiftUI */
Color(red: 0.463, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#76aeee")Accessibility — WCAG contrast
Aa
#76aeee on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#76aeee on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green68.2%
Blue93.3%
CMYK percentages
Cyan50.4%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#76aeee text on a black background
contrast 9.06:1
Card sample
#76aeee text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #76aeee;
Background color
Panel with #76aeee background
background-color: #76aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #76aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #76aeee; background: linear-gradient(135deg, #76aeee, #8E76EE);