#7eb1ee
a light, electric blue · cool · closest name: steelblue
RGB
126, 177, 238
HSL
213°, 77%, 71%
CMYK
47, 26, 0, 7
Luminance
0.4205
Every format
| HEX | #7eb1ee |
| RGB | rgb(126, 177, 238) |
| HSL | hsl(213, 77%, 71%) |
| CMYK | cmyk(47%, 26%, 0%, 7%) |
| LAB | lab(70.9 -0.7 -35.7) |
| LCH | lch(70.9 35.7 268.9) |
| OKLCH | oklch(0.748 0.104 253.5) |
Copy-ready code
/* CSS */
color: #7eb1ee;
background-color: #7eb1ee;
/* Tailwind (arbitrary) */
class="text-[#7eb1ee] bg-[#7eb1ee]"
/* SCSS */
$brand: #7eb1ee;
/* SwiftUI */
Color(red: 0.494, green: 0.694, blue: 0.933)
/* Android */
Color.parseColor("#7eb1ee")Accessibility — WCAG contrast
Aa
#7eb1ee on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eb1ee on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green69.4%
Blue93.3%
CMYK percentages
Cyan47.1%
Magenta25.6%
Yellow0.0%
Key (black)6.7%
Color previews
#7eb1ee text on a black background
contrast 9.41:1
Card sample
#7eb1ee text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eb1ee;
Background color
Panel with #7eb1ee background
background-color: #7eb1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eb1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 177, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 177, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eb1ee; background: linear-gradient(135deg, #7eb1ee, #967EEE);