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