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