#9da1fc
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 161, 252
HSL
238°, 94%, 80%
CMYK
38, 36, 0, 1
Luminance
0.3969
Every format
| HEX | #9da1fc |
| RGB | rgb(157, 161, 252) |
| HSL | hsl(238, 94%, 80%) |
| CMYK | cmyk(38%, 36%, 0%, 1%) |
| LAB | lab(69.2 20.0 -45.7) |
| LCH | lch(69.2 49.9 293.6) |
| OKLCH | oklch(0.742 0.131 280.8) |
Copy-ready code
/* CSS */
color: #9da1fc;
background-color: #9da1fc;
/* Tailwind (arbitrary) */
class="text-[#9da1fc] bg-[#9da1fc]"
/* SCSS */
$brand: #9da1fc;
/* SwiftUI */
Color(red: 0.616, green: 0.631, blue: 0.988)
/* Android */
Color.parseColor("#9da1fc")Accessibility — WCAG contrast
Aa
#9da1fc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da1fc on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.1%
Blue98.8%
CMYK percentages
Cyan37.7%
Magenta36.1%
Yellow0.0%
Key (black)1.2%
Color previews
#9da1fc text on a black background
contrast 8.94:1
Card sample
#9da1fc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da1fc;
Background color
Panel with #9da1fc background
background-color: #9da1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 161, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 161, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da1fc; background: linear-gradient(135deg, #9da1fc, #D89DFC);