#9da0fb
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 160, 251
HSL
238°, 92%, 80%
CMYK
38, 36, 0, 2
Luminance
0.3927
Every format
| HEX | #9da0fb |
| RGB | rgb(157, 160, 251) |
| HSL | hsl(238, 92%, 80%) |
| CMYK | cmyk(38%, 36%, 0%, 2%) |
| LAB | lab(69.0 20.3 -45.7) |
| LCH | lch(69.0 50.0 294.0) |
| OKLCH | oklch(0.740 0.131 281.3) |
Copy-ready code
/* CSS */
color: #9da0fb;
background-color: #9da0fb;
/* Tailwind (arbitrary) */
class="text-[#9da0fb] bg-[#9da0fb]"
/* SCSS */
$brand: #9da0fb;
/* SwiftUI */
Color(red: 0.616, green: 0.627, blue: 0.984)
/* Android */
Color.parseColor("#9da0fb")Accessibility — WCAG contrast
Aa
#9da0fb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da0fb on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green62.7%
Blue98.4%
CMYK percentages
Cyan37.5%
Magenta36.3%
Yellow0.0%
Key (black)1.6%
Color previews
#9da0fb text on a black background
contrast 8.85:1
Card sample
#9da0fb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da0fb;
Background color
Panel with #9da0fb background
background-color: #9da0fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da0fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 160, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 160, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da0fb; background: linear-gradient(135deg, #9da0fb, #D99DFB);