#9cfdff
a light, electric cyan · cool · closest name: cyan
RGB
156, 253, 255
HSL
181°, 100%, 81%
CMYK
39, 1, 0, 0
Luminance
0.8454
Every format
| HEX | #9cfdff |
| RGB | rgb(156, 253, 255) |
| HSL | hsl(181, 100%, 81%) |
| CMYK | cmyk(39%, 1%, 0%, 0%) |
| LAB | lab(93.7 -28.1 -10.0) |
| LCH | lch(93.7 29.8 199.6) |
| OKLCH | oklch(0.935 0.092 197.4) |
Copy-ready code
/* CSS */
color: #9cfdff;
background-color: #9cfdff;
/* Tailwind (arbitrary) */
class="text-[#9cfdff] bg-[#9cfdff]"
/* SCSS */
$brand: #9cfdff;
/* SwiftUI */
Color(red: 0.612, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#9cfdff")Accessibility — WCAG contrast
Aa
#9cfdff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cfdff on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green99.2%
Blue100.0%
CMYK percentages
Cyan38.8%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#9cfdff text on a black background
contrast 17.91:1
Card sample
#9cfdff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cfdff;
Background color
Panel with #9cfdff background
background-color: #9cfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cfdff; background: linear-gradient(135deg, #9cfdff, #9CBBFF);