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