#9da9fc
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 169, 252
HSL
232°, 94%, 80%
CMYK
38, 33, 0, 1
Luminance
0.4257
Every format
| HEX | #9da9fc |
| RGB | rgb(157, 169, 252) |
| HSL | hsl(232, 94%, 80%) |
| CMYK | cmyk(38%, 33%, 0%, 1%) |
| LAB | lab(71.3 15.5 -42.6) |
| LCH | lch(71.3 45.3 290.0) |
| OKLCH | oklch(0.758 0.120 276.9) |
Copy-ready code
/* CSS */
color: #9da9fc;
background-color: #9da9fc;
/* Tailwind (arbitrary) */
class="text-[#9da9fc] bg-[#9da9fc]"
/* SCSS */
$brand: #9da9fc;
/* SwiftUI */
Color(red: 0.616, green: 0.663, blue: 0.988)
/* Android */
Color.parseColor("#9da9fc")Accessibility — WCAG contrast
Aa
#9da9fc on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da9fc on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green66.3%
Blue98.8%
CMYK percentages
Cyan37.7%
Magenta32.9%
Yellow0.0%
Key (black)1.2%
Color previews
#9da9fc text on a black background
contrast 9.51:1
Card sample
#9da9fc text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da9fc;
Background color
Panel with #9da9fc background
background-color: #9da9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 169, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 169, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da9fc; background: linear-gradient(135deg, #9da9fc, #D09DFC);