#9b9afd
a light, electric blue · warm · closest name: dodgerblue
RGB
155, 154, 253
HSL
241°, 96%, 80%
CMYK
39, 39, 0, 1
Luminance
0.3717
Every format
| HEX | #9b9afd |
| RGB | rgb(155, 154, 253) |
| HSL | hsl(241, 96%, 80%) |
| CMYK | cmyk(39%, 39%, 0%, 1%) |
| LAB | lab(67.4 23.7 -49.2) |
| LCH | lch(67.4 54.6 295.8) |
| OKLCH | oklch(0.728 0.142 282.8) |
Copy-ready code
/* CSS */
color: #9b9afd;
background-color: #9b9afd;
/* Tailwind (arbitrary) */
class="text-[#9b9afd] bg-[#9b9afd]"
/* SCSS */
$brand: #9b9afd;
/* SwiftUI */
Color(red: 0.608, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#9b9afd")Accessibility — WCAG contrast
Aa
#9b9afd on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9b9afd on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green60.4%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#9b9afd text on a black background
contrast 8.43:1
Card sample
#9b9afd text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9b9afd;
Background color
Panel with #9b9afd background
background-color: #9b9afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9b9afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9b9afd; background: linear-gradient(135deg, #9b9afd, #DD9AFD);