#9da5ff
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 165, 255
HSL
235°, 100%, 81%
CMYK
38, 35, 0, 0
Luminance
0.4130
Every format
| HEX | #9da5ff |
| RGB | rgb(157, 165, 255) |
| HSL | hsl(235, 100%, 81%) |
| CMYK | cmyk(38%, 35%, 0%, 0%) |
| LAB | lab(70.4 18.5 -45.6) |
| LCH | lch(70.4 49.2 292.1) |
| OKLCH | oklch(0.752 0.129 278.9) |
Copy-ready code
/* CSS */
color: #9da5ff;
background-color: #9da5ff;
/* Tailwind (arbitrary) */
class="text-[#9da5ff] bg-[#9da5ff]"
/* SCSS */
$brand: #9da5ff;
/* SwiftUI */
Color(red: 0.616, green: 0.647, blue: 1.000)
/* Android */
Color.parseColor("#9da5ff")Accessibility — WCAG contrast
Aa
#9da5ff on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da5ff on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green64.7%
Blue100.0%
CMYK percentages
Cyan38.4%
Magenta35.3%
Yellow0.0%
Key (black)0.0%
Color previews
#9da5ff text on a black background
contrast 9.26:1
Card sample
#9da5ff text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da5ff;
Background color
Panel with #9da5ff background
background-color: #9da5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 165, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 165, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da5ff; background: linear-gradient(135deg, #9da5ff, #D69DFF);