#9fdfff
a light, electric blue · cool · closest name: skyblue
RGB
159, 223, 255
HSL
200°, 100%, 81%
CMYK
38, 13, 0, 0
Luminance
0.6737
Every format
| HEX | #9fdfff |
| RGB | rgb(159, 223, 255) |
| HSL | hsl(200, 100%, 81%) |
| CMYK | cmyk(38%, 13%, 0%, 0%) |
| LAB | lab(85.7 -12.4 -21.9) |
| LCH | lch(85.7 25.2 240.5) |
| OKLCH | oklch(0.872 0.078 230.4) |
Copy-ready code
/* CSS */
color: #9fdfff;
background-color: #9fdfff;
/* Tailwind (arbitrary) */
class="text-[#9fdfff] bg-[#9fdfff]"
/* SCSS */
$brand: #9fdfff;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#9fdfff")Accessibility — WCAG contrast
Aa
#9fdfff on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdfff on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.5%
Blue100.0%
CMYK percentages
Cyan37.6%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#9fdfff text on a black background
contrast 14.47:1
Card sample
#9fdfff text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdfff;
Background color
Panel with #9fdfff background
background-color: #9fdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdfff; background: linear-gradient(135deg, #9fdfff, #9F9FFF);