#9cf8ff
a light, electric cyan · cool · closest name: skyblue
RGB
156, 248, 255
HSL
184°, 100%, 81%
CMYK
39, 3, 0, 0
Luminance
0.8142
Every format
| HEX | #9cf8ff |
| RGB | rgb(156, 248, 255) |
| HSL | hsl(184, 100%, 81%) |
| CMYK | cmyk(39%, 3%, 0%, 0%) |
| LAB | lab(92.3 -25.6 -12.0) |
| LCH | lch(92.3 28.3 205.1) |
| OKLCH | oklch(0.924 0.088 201.9) |
Copy-ready code
/* CSS */
color: #9cf8ff;
background-color: #9cf8ff;
/* Tailwind (arbitrary) */
class="text-[#9cf8ff] bg-[#9cf8ff]"
/* SCSS */
$brand: #9cf8ff;
/* SwiftUI */
Color(red: 0.612, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#9cf8ff")Accessibility — WCAG contrast
Aa
#9cf8ff on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf8ff on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green97.3%
Blue100.0%
CMYK percentages
Cyan38.8%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#9cf8ff text on a black background
contrast 17.28:1
Card sample
#9cf8ff text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf8ff;
Background color
Panel with #9cf8ff background
background-color: #9cf8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf8ff; background: linear-gradient(135deg, #9cf8ff, #9CB6FF);