#9eedfd
a light, electric cyan · cool · closest name: skyblue
RGB
158, 237, 253
HSL
190°, 96%, 81%
CMYK
38, 6, 0, 1
Luminance
0.7493
Every format
| HEX | #9eedfd |
| RGB | rgb(158, 237, 253) |
| HSL | hsl(190, 96%, 81%) |
| CMYK | cmyk(38%, 6%, 0%, 1%) |
| LAB | lab(89.4 -20.3 -15.4) |
| LCH | lch(89.4 25.4 217.2) |
| OKLCH | oklch(0.900 0.080 211.7) |
Copy-ready code
/* CSS */
color: #9eedfd;
background-color: #9eedfd;
/* Tailwind (arbitrary) */
class="text-[#9eedfd] bg-[#9eedfd]"
/* SCSS */
$brand: #9eedfd;
/* SwiftUI */
Color(red: 0.620, green: 0.929, blue: 0.992)
/* Android */
Color.parseColor("#9eedfd")Accessibility — WCAG contrast
Aa
#9eedfd on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eedfd on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.9%
Blue99.2%
CMYK percentages
Cyan37.5%
Magenta6.3%
Yellow0.0%
Key (black)0.8%
Color previews
#9eedfd text on a black background
contrast 15.99:1
Card sample
#9eedfd text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eedfd;
Background color
Panel with #9eedfd background
background-color: #9eedfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eedfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 237, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 237, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eedfd; background: linear-gradient(135deg, #9eedfd, #9EAEFD);