#9eb5ff
a light, electric blue · warm · closest name: steelblue
RGB
158, 181, 255
HSL
226°, 100%, 81%
CMYK
38, 29, 0, 0
Luminance
0.4754
Every format
| HEX | #9eb5ff |
| RGB | rgb(158, 181, 255) |
| HSL | hsl(226, 100%, 81%) |
| CMYK | cmyk(38%, 29%, 0%, 0%) |
| LAB | lab(74.5 9.8 -39.1) |
| LCH | lch(74.5 40.3 284.1) |
| OKLCH | oklch(0.784 0.109 270.5) |
Copy-ready code
/* CSS */
color: #9eb5ff;
background-color: #9eb5ff;
/* Tailwind (arbitrary) */
class="text-[#9eb5ff] bg-[#9eb5ff]"
/* SCSS */
$brand: #9eb5ff;
/* SwiftUI */
Color(red: 0.620, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#9eb5ff")Accessibility — WCAG contrast
Aa
#9eb5ff on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb5ff on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green71.0%
Blue100.0%
CMYK percentages
Cyan38.0%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#9eb5ff text on a black background
contrast 10.51:1
Card sample
#9eb5ff text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb5ff;
Background color
Panel with #9eb5ff background
background-color: #9eb5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb5ff; background: linear-gradient(135deg, #9eb5ff, #C89EFF);