#9da3fb
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 163, 251
HSL
236°, 92%, 80%
CMYK
38, 35, 0, 2
Luminance
0.4033
Every format
| HEX | #9da3fb |
| RGB | rgb(157, 163, 251) |
| HSL | hsl(236, 92%, 80%) |
| CMYK | cmyk(38%, 35%, 0%, 2%) |
| LAB | lab(69.7 18.6 -44.5) |
| LCH | lch(69.7 48.2 292.7) |
| OKLCH | oklch(0.746 0.127 279.9) |
Copy-ready code
/* CSS */
color: #9da3fb;
background-color: #9da3fb;
/* Tailwind (arbitrary) */
class="text-[#9da3fb] bg-[#9da3fb]"
/* SCSS */
$brand: #9da3fb;
/* SwiftUI */
Color(red: 0.616, green: 0.639, blue: 0.984)
/* Android */
Color.parseColor("#9da3fb")Accessibility — WCAG contrast
Aa
#9da3fb on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da3fb on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.9%
Blue98.4%
CMYK percentages
Cyan37.5%
Magenta35.1%
Yellow0.0%
Key (black)1.6%
Color previews
#9da3fb text on a black background
contrast 9.07:1
Card sample
#9da3fb text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da3fb;
Background color
Panel with #9da3fb background
background-color: #9da3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 163, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 163, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da3fb; background: linear-gradient(135deg, #9da3fb, #D69DFB);