#9fadfd
a light, electric blue · warm · closest name: dodgerblue
RGB
159, 173, 253
HSL
231°, 96%, 81%
CMYK
37, 32, 0, 1
Luminance
0.4435
Every format
| HEX | #9fadfd |
| RGB | rgb(159, 173, 253) |
| HSL | hsl(231, 96%, 81%) |
| CMYK | cmyk(37%, 32%, 0%, 1%) |
| LAB | lab(72.5 14.0 -41.2) |
| LCH | lch(72.5 43.5 288.8) |
| OKLCH | oklch(0.768 0.116 275.7) |
Copy-ready code
/* CSS */
color: #9fadfd;
background-color: #9fadfd;
/* Tailwind (arbitrary) */
class="text-[#9fadfd] bg-[#9fadfd]"
/* SCSS */
$brand: #9fadfd;
/* SwiftUI */
Color(red: 0.624, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#9fadfd")Accessibility — WCAG contrast
Aa
#9fadfd on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fadfd on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green67.8%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#9fadfd text on a black background
contrast 9.87:1
Card sample
#9fadfd text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fadfd;
Background color
Panel with #9fadfd background
background-color: #9fadfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fadfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fadfd; background: linear-gradient(135deg, #9fadfd, #D09FFD);