#9ef1fc
a light, electric cyan · cool · closest name: skyblue
RGB
158, 241, 252
HSL
187°, 94%, 80%
CMYK
37, 4, 0, 1
Luminance
0.7721
Every format
| HEX | #9ef1fc |
| RGB | rgb(158, 241, 252) |
| HSL | hsl(187, 94%, 80%) |
| CMYK | cmyk(37%, 4%, 0%, 1%) |
| LAB | lab(90.4 -22.5 -13.3) |
| LCH | lch(90.4 26.1 210.6) |
| OKLCH | oklch(0.909 0.082 206.4) |
Copy-ready code
/* CSS */
color: #9ef1fc;
background-color: #9ef1fc;
/* Tailwind (arbitrary) */
class="text-[#9ef1fc] bg-[#9ef1fc]"
/* SCSS */
$brand: #9ef1fc;
/* SwiftUI */
Color(red: 0.620, green: 0.945, blue: 0.988)
/* Android */
Color.parseColor("#9ef1fc")Accessibility — WCAG contrast
Aa
#9ef1fc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ef1fc on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green94.5%
Blue98.8%
CMYK percentages
Cyan37.3%
Magenta4.4%
Yellow0.0%
Key (black)1.2%
Color previews
#9ef1fc text on a black background
contrast 16.44:1
Card sample
#9ef1fc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ef1fc;
Background color
Panel with #9ef1fc background
background-color: #9ef1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ef1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 241, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 241, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ef1fc; background: linear-gradient(135deg, #9ef1fc, #9EB2FC);