#9faffd
a light, electric blue · warm · closest name: dodgerblue
RGB
159, 175, 253
HSL
230°, 96%, 81%
CMYK
37, 31, 0, 1
Luminance
0.4512
Every format
| HEX | #9faffd |
| RGB | rgb(159, 175, 253) |
| HSL | hsl(230, 96%, 81%) |
| CMYK | cmyk(37%, 31%, 0%, 1%) |
| LAB | lab(73.0 12.9 -40.4) |
| LCH | lch(73.0 42.4 287.7) |
| OKLCH | oklch(0.772 0.113 274.6) |
Copy-ready code
/* CSS */
color: #9faffd;
background-color: #9faffd;
/* Tailwind (arbitrary) */
class="text-[#9faffd] bg-[#9faffd]"
/* SCSS */
$brand: #9faffd;
/* SwiftUI */
Color(red: 0.624, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#9faffd")Accessibility — WCAG contrast
Aa
#9faffd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9faffd on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green68.6%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9faffd text on a black background
contrast 10.02:1
Card sample
#9faffd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9faffd;
Background color
Panel with #9faffd background
background-color: #9faffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9faffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9faffd; background: linear-gradient(135deg, #9faffd, #CE9FFD);