#9eb7fe
a light, electric blue · cool · closest name: steelblue
RGB
158, 183, 254
HSL
224°, 98%, 81%
CMYK
38, 28, 0, 0
Luminance
0.4829
Every format
| HEX | #9eb7fe |
| RGB | rgb(158, 183, 254) |
| HSL | hsl(224, 98%, 81%) |
| CMYK | cmyk(38%, 28%, 0%, 0%) |
| LAB | lab(75.0 8.4 -37.8) |
| LCH | lch(75.0 38.7 282.6) |
| OKLCH | oklch(0.787 0.105 269.0) |
Copy-ready code
/* CSS */
color: #9eb7fe;
background-color: #9eb7fe;
/* Tailwind (arbitrary) */
class="text-[#9eb7fe] bg-[#9eb7fe]"
/* SCSS */
$brand: #9eb7fe;
/* SwiftUI */
Color(red: 0.620, green: 0.718, blue: 0.996)
/* Android */
Color.parseColor("#9eb7fe")Accessibility — WCAG contrast
Aa
#9eb7fe on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb7fe on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.8%
Blue99.6%
CMYK percentages
Cyan37.8%
Magenta28.0%
Yellow0.0%
Key (black)0.4%
Color previews
#9eb7fe text on a black background
contrast 10.66:1
Card sample
#9eb7fe text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb7fe;
Background color
Panel with #9eb7fe background
background-color: #9eb7fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb7fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 183, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 183, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb7fe; background: linear-gradient(135deg, #9eb7fe, #C59EFE);