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