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