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