#9fefec
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 239, 236
HSL
178°, 71%, 78%
CMYK
34, 0, 1, 6
Luminance
0.7516
Every format
| HEX | #9fefec |
| RGB | rgb(159, 239, 236) |
| HSL | hsl(178, 71%, 78%) |
| CMYK | cmyk(34%, 0%, 1%, 6%) |
| LAB | lab(89.5 -25.0 -6.3) |
| LCH | lch(89.5 25.8 194.2) |
| OKLCH | oklch(0.900 0.078 192.9) |
Copy-ready code
/* CSS */
color: #9fefec;
background-color: #9fefec;
/* Tailwind (arbitrary) */
class="text-[#9fefec] bg-[#9fefec]"
/* SCSS */
$brand: #9fefec;
/* SwiftUI */
Color(red: 0.624, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#9fefec")Accessibility — WCAG contrast
Aa
#9fefec on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fefec on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.7%
Blue92.5%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#9fefec text on a black background
contrast 16.03:1
Card sample
#9fefec text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fefec;
Background color
Panel with #9fefec background
background-color: #9fefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fefec; background: linear-gradient(135deg, #9fefec, #9FBCEF);