#9da2ff
a light, electric blue · warm · closest name: dodgerblue
RGB
157, 162, 255
HSL
237°, 100%, 81%
CMYK
38, 37, 0, 0
Luminance
0.4023
Every format
| HEX | #9da2ff |
| RGB | rgb(157, 162, 255) |
| HSL | hsl(237, 100%, 81%) |
| CMYK | cmyk(38%, 37%, 0%, 0%) |
| LAB | lab(69.6 20.2 -46.8) |
| LCH | lch(69.6 50.9 293.4) |
| OKLCH | oklch(0.746 0.133 280.3) |
Copy-ready code
/* CSS */
color: #9da2ff;
background-color: #9da2ff;
/* Tailwind (arbitrary) */
class="text-[#9da2ff] bg-[#9da2ff]"
/* SCSS */
$brand: #9da2ff;
/* SwiftUI */
Color(red: 0.616, green: 0.635, blue: 1.000)
/* Android */
Color.parseColor("#9da2ff")Accessibility — WCAG contrast
Aa
#9da2ff on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9da2ff on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green63.5%
Blue100.0%
CMYK percentages
Cyan38.4%
Magenta36.5%
Yellow0.0%
Key (black)0.0%
Color previews
#9da2ff text on a black background
contrast 9.05:1
Card sample
#9da2ff text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9da2ff;
Background color
Panel with #9da2ff background
background-color: #9da2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9da2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 162, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 162, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9da2ff; background: linear-gradient(135deg, #9da2ff, #D99DFF);