#9fddfe
a light, electric blue · cool · closest name: skyblue
RGB
159, 221, 254
HSL
201°, 98%, 81%
CMYK
37, 13, 0, 0
Luminance
0.6624
Every format
| HEX | #9fddfe |
| RGB | rgb(159, 221, 254) |
| HSL | hsl(201, 98%, 81%) |
| CMYK | cmyk(37%, 13%, 0%, 0%) |
| LAB | lab(85.1 -11.7 -22.3) |
| LCH | lch(85.1 25.2 242.4) |
| OKLCH | oklch(0.867 0.078 232.0) |
Copy-ready code
/* CSS */
color: #9fddfe;
background-color: #9fddfe;
/* Tailwind (arbitrary) */
class="text-[#9fddfe] bg-[#9fddfe]"
/* SCSS */
$brand: #9fddfe;
/* SwiftUI */
Color(red: 0.624, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#9fddfe")Accessibility — WCAG contrast
Aa
#9fddfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fddfe on black: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.7%
Blue99.6%
CMYK percentages
Cyan37.4%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#9fddfe text on a black background
contrast 14.25:1
Card sample
#9fddfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fddfe;
Background color
Panel with #9fddfe background
background-color: #9fddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fddfe; background: linear-gradient(135deg, #9fddfe, #A09FFE);