#9bfcfd
a light, electric cyan · cool · closest name: cyan
RGB
155, 252, 253
HSL
181°, 96%, 80%
CMYK
39, 0, 0, 1
Luminance
0.8368
Every format
| HEX | #9bfcfd |
| RGB | rgb(155, 252, 253) |
| HSL | hsl(181, 96%, 80%) |
| CMYK | cmyk(39%, 0%, 0%, 1%) |
| LAB | lab(93.3 -28.3 -9.5) |
| LCH | lch(93.3 29.8 198.5) |
| OKLCH | oklch(0.932 0.092 196.5) |
Copy-ready code
/* CSS */
color: #9bfcfd;
background-color: #9bfcfd;
/* Tailwind (arbitrary) */
class="text-[#9bfcfd] bg-[#9bfcfd]"
/* SCSS */
$brand: #9bfcfd;
/* SwiftUI */
Color(red: 0.608, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#9bfcfd")Accessibility — WCAG contrast
Aa
#9bfcfd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bfcfd on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green98.8%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#9bfcfd text on a black background
contrast 17.74:1
Card sample
#9bfcfd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bfcfd;
Background color
Panel with #9bfcfd background
background-color: #9bfcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bfcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bfcfd; background: linear-gradient(135deg, #9bfcfd, #9BBBFD);