#9da5fb
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 165, 251
HSL
235°, 92%, 80%
CMYK
38, 34, 0, 2
Luminance
0.4104
Every format
| HEX | #9da5fb |
| RGB | rgb(157, 165, 251) |
| HSL | hsl(235, 92%, 80%) |
| CMYK | cmyk(38%, 34%, 0%, 2%) |
| LAB | lab(70.2 17.4 -43.7) |
| LCH | lch(70.2 47.0 291.8) |
| OKLCH | oklch(0.750 0.124 278.9) |
Copy-ready code
/* CSS */
color: #9da5fb;
background-color: #9da5fb;
/* Tailwind (arbitrary) */
class="text-[#9da5fb] bg-[#9da5fb]"
/* SCSS */
$brand: #9da5fb;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 0.984)
/* Android */
Color.parseColor("#9da5fb")Accessibility — WCAG contrast
Aa
#9da5fb on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da5fb on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue98.4%
CMYK percentages
Cyan37.5%
Magenta34.3%
Yellow0.0%
Key (black)1.6%
Color previews
#9da5fb text on a black background
contrast 9.21:1
Card sample
#9da5fb text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da5fb;
Background color
Panel with #9da5fb background
background-color: #9da5fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da5fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da5fb; background: linear-gradient(135deg, #9da5fb, #D49DFB);