#9eb4fe
a light, electric blue · warm · closest name: steelblue
RGB
158, 180, 254
HSL
226°, 98%, 81%
CMYK
38, 29, 0, 0
Luminance
0.4707
Every format
| HEX | #9eb4fe |
| RGB | rgb(158, 180, 254) |
| HSL | hsl(226, 98%, 81%) |
| CMYK | cmyk(38%, 29%, 0%, 0%) |
| LAB | lab(74.2 10.1 -39.0) |
| LCH | lch(74.2 40.3 284.5) |
| OKLCH | oklch(0.781 0.109 271.0) |
Copy-ready code
/* CSS */
color: #9eb4fe;
background-color: #9eb4fe;
/* Tailwind (arbitrary) */
class="text-[#9eb4fe] bg-[#9eb4fe]"
/* SCSS */
$brand: #9eb4fe;
/* SwiftUI */
Color(red: 0.620, green: 0.706, blue: 0.996)
/* Android */
Color.parseColor("#9eb4fe")Accessibility — WCAG contrast
Aa
#9eb4fe on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb4fe on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green70.6%
Blue99.6%
CMYK percentages
Cyan37.8%
Magenta29.1%
Yellow0.0%
Key (black)0.4%
Color previews
#9eb4fe text on a black background
contrast 10.41:1
Card sample
#9eb4fe text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb4fe;
Background color
Panel with #9eb4fe background
background-color: #9eb4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 180, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 180, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb4fe; background: linear-gradient(135deg, #9eb4fe, #C89EFE);