#9fdbff
a light, electric blue · cool · closest name: skyblue
RGB
159, 219, 255
HSL
203°, 100%, 81%
CMYK
38, 14, 0, 0
Luminance
0.6525
Every format
| HEX | #9fdbff |
| RGB | rgb(159, 219, 255) |
| HSL | hsl(203, 100%, 81%) |
| CMYK | cmyk(38%, 14%, 0%, 0%) |
| LAB | lab(84.6 -10.4 -23.6) |
| LCH | lch(84.6 25.8 246.3) |
| OKLCH | oklch(0.863 0.079 235.2) |
Copy-ready code
/* CSS */
color: #9fdbff;
background-color: #9fdbff;
/* Tailwind (arbitrary) */
class="text-[#9fdbff] bg-[#9fdbff]"
/* SCSS */
$brand: #9fdbff;
/* SwiftUI */
Color(red: 0.624, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#9fdbff")Accessibility — WCAG contrast
Aa
#9fdbff on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdbff on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green85.9%
Blue100.0%
CMYK percentages
Cyan37.6%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#9fdbff text on a black background
contrast 14.05:1
Card sample
#9fdbff text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdbff;
Background color
Panel with #9fdbff background
background-color: #9fdbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdbff; background: linear-gradient(135deg, #9fdbff, #A39FFF);