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