#9feefd
a light, electric cyan · cool · closest name: skyblue
RGB
159, 238, 253
HSL
190°, 96%, 81%
CMYK
37, 6, 0, 1
Luminance
0.7561
Every format
| HEX | #9feefd |
| RGB | rgb(159, 238, 253) |
| HSL | hsl(190, 96%, 81%) |
| CMYK | cmyk(37%, 6%, 0%, 1%) |
| LAB | lab(89.7 -20.5 -14.9) |
| LCH | lch(89.7 25.3 216.0) |
| OKLCH | oklch(0.903 0.080 210.8) |
Copy-ready code
/* CSS */
color: #9feefd;
background-color: #9feefd;
/* Tailwind (arbitrary) */
class="text-[#9feefd] bg-[#9feefd]"
/* SCSS */
$brand: #9feefd;
/* SwiftUI */
Color(red: 0.624, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#9feefd")Accessibility — WCAG contrast
Aa
#9feefd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9feefd on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.3%
Blue99.2%
CMYK percentages
Cyan37.2%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#9feefd text on a black background
contrast 16.12:1
Card sample
#9feefd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9feefd;
Background color
Panel with #9feefd background
background-color: #9feefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9feefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9feefd; background: linear-gradient(135deg, #9feefd, #9FAFFD);