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