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