#9eedff
a light, electric cyan · cool · closest name: skyblue
RGB
158, 237, 255
HSL
191°, 100%, 81%
CMYK
38, 7, 0, 0
Luminance
0.7506
Every format
| HEX | #9eedff |
| RGB | rgb(158, 237, 255) |
| HSL | hsl(191, 100%, 81%) |
| CMYK | cmyk(38%, 7%, 0%, 0%) |
| LAB | lab(89.4 -19.8 -16.3) |
| LCH | lch(89.4 25.6 219.6) |
| OKLCH | oklch(0.901 0.081 213.6) |
Copy-ready code
/* CSS */
color: #9eedff;
background-color: #9eedff;
/* Tailwind (arbitrary) */
class="text-[#9eedff] bg-[#9eedff]"
/* SCSS */
$brand: #9eedff;
/* SwiftUI */
Color(red: 0.620, green: 0.929, blue: 1.000)
/* Android */
Color.parseColor("#9eedff")Accessibility — WCAG contrast
Aa
#9eedff on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eedff on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.9%
Blue100.0%
CMYK percentages
Cyan38.0%
Magenta7.1%
Yellow0.0%
Key (black)0.0%
Color previews
#9eedff text on a black background
contrast 16.01:1
Card sample
#9eedff text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eedff;
Background color
Panel with #9eedff background
background-color: #9eedff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eedff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 237, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 237, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eedff; background: linear-gradient(135deg, #9eedff, #9EACFF);