#9fefff
a light, electric cyan · cool · closest name: skyblue
RGB
159, 239, 255
HSL
190°, 100%, 81%
CMYK
38, 6, 0, 0
Luminance
0.7632
Every format
| HEX | #9fefff |
| RGB | rgb(159, 239, 255) |
| HSL | hsl(190, 100%, 81%) |
| CMYK | cmyk(38%, 6%, 0%, 0%) |
| LAB | lab(90.0 -20.5 -15.4) |
| LCH | lch(90.0 25.7 217.0) |
| OKLCH | oklch(0.906 0.081 211.6) |
Copy-ready code
/* CSS */
color: #9fefff;
background-color: #9fefff;
/* Tailwind (arbitrary) */
class="text-[#9fefff] bg-[#9fefff]"
/* SCSS */
$brand: #9fefff;
/* SwiftUI */
Color(red: 0.624, green: 0.937, blue: 1.000)
/* Android */
Color.parseColor("#9fefff")Accessibility — WCAG contrast
Aa
#9fefff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fefff on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green93.7%
Blue100.0%
CMYK percentages
Cyan37.6%
Magenta6.3%
Yellow0.0%
Key (black)0.0%
Color previews
#9fefff text on a black background
contrast 16.26:1
Card sample
#9fefff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fefff;
Background color
Panel with #9fefff background
background-color: #9fefff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fefff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 239, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 239, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fefff; background: linear-gradient(135deg, #9fefff, #9FAFFF);