#9eeefc
a light, electric cyan · cool · closest name: skyblue
RGB
158, 238, 252
HSL
189°, 94%, 80%
CMYK
37, 6, 0, 1
Luminance
0.7545
Every format
| HEX | #9eeefc |
| RGB | rgb(158, 238, 252) |
| HSL | hsl(189, 94%, 80%) |
| CMYK | cmyk(37%, 6%, 0%, 1%) |
| LAB | lab(89.6 -21.0 -14.5) |
| LCH | lch(89.6 25.5 214.6) |
| OKLCH | oklch(0.902 0.080 209.7) |
Copy-ready code
/* CSS */
color: #9eeefc;
background-color: #9eeefc;
/* Tailwind (arbitrary) */
class="text-[#9eeefc] bg-[#9eeefc]"
/* SCSS */
$brand: #9eeefc;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.988)
/* Android */
Color.parseColor("#9eeefc")Accessibility — WCAG contrast
Aa
#9eeefc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eeefc on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.3%
Blue98.8%
CMYK percentages
Cyan37.3%
Magenta5.6%
Yellow0.0%
Key (black)1.2%
Color previews
#9eeefc text on a black background
contrast 16.09:1
Card sample
#9eeefc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eeefc;
Background color
Panel with #9eeefc background
background-color: #9eeefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eeefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 238, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eeefc; background: linear-gradient(135deg, #9eeefc, #9EAFFC);