#9cfbfe
a light, electric cyan · cool · closest name: cyan
RGB
156, 251, 254
HSL
182°, 98%, 80%
CMYK
39, 1, 0, 0
Luminance
0.8322
Every format
| HEX | #9cfbfe |
| RGB | rgb(156, 251, 254) |
| HSL | hsl(182, 98%, 80%) |
| CMYK | cmyk(39%, 1%, 0%, 0%) |
| LAB | lab(93.1 -27.3 -10.3) |
| LCH | lch(93.1 29.2 200.7) |
| OKLCH | oklch(0.930 0.090 198.3) |
Copy-ready code
/* CSS */
color: #9cfbfe;
background-color: #9cfbfe;
/* Tailwind (arbitrary) */
class="text-[#9cfbfe] bg-[#9cfbfe]"
/* SCSS */
$brand: #9cfbfe;
/* SwiftUI */
Color(red: 0.612, green: 0.984, blue: 0.996)
/* Android */
Color.parseColor("#9cfbfe")Accessibility — WCAG contrast
Aa
#9cfbfe on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfbfe on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green98.4%
Blue99.6%
CMYK percentages
Cyan38.6%
Magenta1.2%
Yellow0.0%
Key (black)0.4%
Color previews
#9cfbfe text on a black background
contrast 17.64:1
Card sample
#9cfbfe text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfbfe;
Background color
Panel with #9cfbfe background
background-color: #9cfbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 251, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 251, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfbfe; background: linear-gradient(135deg, #9cfbfe, #9CBAFE);