#9da6fb
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 166, 251
HSL
234°, 92%, 80%
CMYK
38, 34, 0, 2
Luminance
0.4141
Every format
| HEX | #9da6fb |
| RGB | rgb(157, 166, 251) |
| HSL | hsl(234, 92%, 80%) |
| CMYK | cmyk(38%, 34%, 0%, 2%) |
| LAB | lab(70.5 16.9 -43.3) |
| LCH | lch(70.5 46.5 291.3) |
| OKLCH | oklch(0.752 0.122 278.4) |
Copy-ready code
/* CSS */
color: #9da6fb;
background-color: #9da6fb;
/* Tailwind (arbitrary) */
class="text-[#9da6fb] bg-[#9da6fb]"
/* SCSS */
$brand: #9da6fb;
/* SwiftUI */
Color(red: 0.616, green: 0.651, blue: 0.984)
/* Android */
Color.parseColor("#9da6fb")Accessibility — WCAG contrast
Aa
#9da6fb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da6fb on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green65.1%
Blue98.4%
CMYK percentages
Cyan37.5%
Magenta33.9%
Yellow0.0%
Key (black)1.6%
Color previews
#9da6fb text on a black background
contrast 9.28:1
Card sample
#9da6fb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da6fb;
Background color
Panel with #9da6fb background
background-color: #9da6fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da6fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 166, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 166, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da6fb; background: linear-gradient(135deg, #9da6fb, #D39DFB);