#9eb6fd
a light, electric blue · cool · closest name: steelblue
RGB
158, 182, 253
HSL
225°, 96%, 81%
CMYK
38, 28, 0, 1
Luminance
0.4782
Every format
| HEX | #9eb6fd |
| RGB | rgb(158, 182, 253) |
| HSL | hsl(225, 96%, 81%) |
| CMYK | cmyk(38%, 28%, 0%, 1%) |
| LAB | lab(74.7 8.7 -37.7) |
| LCH | lch(74.7 38.7 283.0) |
| OKLCH | oklch(0.785 0.105 269.5) |
Copy-ready code
/* CSS */
color: #9eb6fd;
background-color: #9eb6fd;
/* Tailwind (arbitrary) */
class="text-[#9eb6fd] bg-[#9eb6fd]"
/* SCSS */
$brand: #9eb6fd;
/* SwiftUI */
Color(red: 0.620, green: 0.714, blue: 0.992)
/* Android */
Color.parseColor("#9eb6fd")Accessibility — WCAG contrast
Aa
#9eb6fd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb6fd on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.4%
Blue99.2%
CMYK percentages
Cyan37.5%
Magenta28.1%
Yellow0.0%
Key (black)0.8%
Color previews
#9eb6fd text on a black background
contrast 10.56:1
Card sample
#9eb6fd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb6fd;
Background color
Panel with #9eb6fd background
background-color: #9eb6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 182, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 182, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb6fd; background: linear-gradient(135deg, #9eb6fd, #C59EFD);