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