#9da1fe
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 161, 254
HSL
238°, 98%, 81%
CMYK
38, 37, 0, 0
Luminance
0.3981
Every format
| HEX | #9da1fe |
| RGB | rgb(157, 161, 254) |
| HSL | hsl(238, 98%, 81%) |
| CMYK | cmyk(38%, 37%, 0%, 0%) |
| LAB | lab(69.3 20.5 -46.7) |
| LCH | lch(69.3 51.0 293.7) |
| OKLCH | oklch(0.743 0.133 280.8) |
Copy-ready code
/* CSS */
color: #9da1fe;
background-color: #9da1fe;
/* Tailwind (arbitrary) */
class="text-[#9da1fe] bg-[#9da1fe]"
/* SCSS */
$brand: #9da1fe;
/* SwiftUI */
Color(red: 0.616, green: 0.631, blue: 0.996)
/* Android */
Color.parseColor("#9da1fe")Accessibility — WCAG contrast
Aa
#9da1fe on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da1fe on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.1%
Blue99.6%
CMYK percentages
Cyan38.2%
Magenta36.6%
Yellow0.0%
Key (black)0.4%
Color previews
#9da1fe text on a black background
contrast 8.96:1
Card sample
#9da1fe text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da1fe;
Background color
Panel with #9da1fe background
background-color: #9da1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 161, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 161, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da1fe; background: linear-gradient(135deg, #9da1fe, #DA9DFE);