#9da9fe
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 169, 254
HSL
233°, 98%, 81%
CMYK
38, 34, 0, 0
Luminance
0.4270
Every format
| HEX | #9da9fe |
| RGB | rgb(157, 169, 254) |
| HSL | hsl(233, 98%, 81%) |
| CMYK | cmyk(38%, 34%, 0%, 0%) |
| LAB | lab(71.3 16.0 -43.5) |
| LCH | lch(71.3 46.4 290.2) |
| OKLCH | oklch(0.759 0.123 276.9) |
Copy-ready code
/* CSS */
color: #9da9fe;
background-color: #9da9fe;
/* Tailwind (arbitrary) */
class="text-[#9da9fe] bg-[#9da9fe]"
/* SCSS */
$brand: #9da9fe;
/* SwiftUI */
Color(red: 0.616, green: 0.663, blue: 0.996)
/* Android */
Color.parseColor("#9da9fe")Accessibility — WCAG contrast
Aa
#9da9fe on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da9fe on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green66.3%
Blue99.6%
CMYK percentages
Cyan38.2%
Magenta33.5%
Yellow0.0%
Key (black)0.4%
Color previews
#9da9fe text on a black background
contrast 9.54:1
Card sample
#9da9fe text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da9fe;
Background color
Panel with #9da9fe background
background-color: #9da9fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da9fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 169, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 169, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da9fe; background: linear-gradient(135deg, #9da9fe, #D29DFE);