#9fdafd
a light, electric blue · cool · closest name: skyblue
RGB
159, 218, 253
HSL
202°, 96%, 81%
CMYK
37, 14, 0, 1
Luminance
0.6461
Every format
| HEX | #9fdafd |
| RGB | rgb(159, 218, 253) |
| HSL | hsl(202, 96%, 81%) |
| CMYK | cmyk(37%, 14%, 0%, 1%) |
| LAB | lab(84.3 -10.4 -23.0) |
| LCH | lch(84.3 25.3 245.8) |
| OKLCH | oklch(0.860 0.077 234.9) |
Copy-ready code
/* CSS */
color: #9fdafd;
background-color: #9fdafd;
/* Tailwind (arbitrary) */
class="text-[#9fdafd] bg-[#9fdafd]"
/* SCSS */
$brand: #9fdafd;
/* SwiftUI */
Color(red: 0.624, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#9fdafd")Accessibility — WCAG contrast
Aa
#9fdafd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdafd on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.5%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9fdafd text on a black background
contrast 13.92:1
Card sample
#9fdafd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdafd;
Background color
Panel with #9fdafd background
background-color: #9fdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdafd; background: linear-gradient(135deg, #9fdafd, #A39FFD);