#9da4fc
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 164, 252
HSL
236°, 94%, 80%
CMYK
38, 35, 0, 1
Luminance
0.4075
Every format
| HEX | #9da4fc |
| RGB | rgb(157, 164, 252) |
| HSL | hsl(236, 94%, 80%) |
| CMYK | cmyk(38%, 35%, 0%, 1%) |
| LAB | lab(70.0 18.3 -44.6) |
| LCH | lch(70.0 48.2 292.3) |
| OKLCH | oklch(0.748 0.127 279.4) |
Copy-ready code
/* CSS */
color: #9da4fc;
background-color: #9da4fc;
/* Tailwind (arbitrary) */
class="text-[#9da4fc] bg-[#9da4fc]"
/* SCSS */
$brand: #9da4fc;
/* SwiftUI */
Color(red: 0.616, green: 0.643, blue: 0.988)
/* Android */
Color.parseColor("#9da4fc")Accessibility — WCAG contrast
Aa
#9da4fc on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da4fc on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.3%
Blue98.8%
CMYK percentages
Cyan37.7%
Magenta34.9%
Yellow0.0%
Key (black)1.2%
Color previews
#9da4fc text on a black background
contrast 9.15:1
Card sample
#9da4fc text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da4fc;
Background color
Panel with #9da4fc background
background-color: #9da4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 164, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 164, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da4fc; background: linear-gradient(135deg, #9da4fc, #D59DFC);