#9eb0fe
a light, electric blue · warm · closest name: dodgerblue
RGB
158, 176, 254
HSL
229°, 98%, 81%
CMYK
38, 31, 0, 0
Luminance
0.4548
Every format
| HEX | #9eb0fe |
| RGB | rgb(158, 176, 254) |
| HSL | hsl(229, 98%, 81%) |
| CMYK | cmyk(38%, 31%, 0%, 0%) |
| LAB | lab(73.2 12.3 -40.6) |
| LCH | lch(73.2 42.5 286.9) |
| OKLCH | oklch(0.773 0.114 273.5) |
Copy-ready code
/* CSS */
color: #9eb0fe;
background-color: #9eb0fe;
/* Tailwind (arbitrary) */
class="text-[#9eb0fe] bg-[#9eb0fe]"
/* SCSS */
$brand: #9eb0fe;
/* SwiftUI */
Color(red: 0.620, green: 0.690, blue: 0.996)
/* Android */
Color.parseColor("#9eb0fe")Accessibility — WCAG contrast
Aa
#9eb0fe on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eb0fe on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green69.0%
Blue99.6%
CMYK percentages
Cyan37.8%
Magenta30.7%
Yellow0.0%
Key (black)0.4%
Color previews
#9eb0fe text on a black background
contrast 10.10:1
Card sample
#9eb0fe text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eb0fe;
Background color
Panel with #9eb0fe background
background-color: #9eb0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eb0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 176, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 176, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eb0fe; background: linear-gradient(135deg, #9eb0fe, #CC9EFE);