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