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