#c9fcff
a pale, electric cyan · cool · closest name: white
RGB
201, 252, 255
HSL
183°, 100%, 89%
CMYK
21, 1, 0, 0
Luminance
0.8926
Every format
| HEX | #c9fcff |
| RGB | rgb(201, 252, 255) |
| HSL | hsl(183, 100%, 89%) |
| CMYK | cmyk(21%, 1%, 0%, 0%) |
| LAB | lab(95.7 -15.4 -6.8) |
| LCH | lch(95.7 16.8 203.6) |
| OKLCH | oklch(0.957 0.052 200.8) |
Copy-ready code
/* CSS */
color: #c9fcff;
background-color: #c9fcff;
/* Tailwind (arbitrary) */
class="text-[#c9fcff] bg-[#c9fcff]"
/* SCSS */
$brand: #c9fcff;
/* SwiftUI */
Color(red: 0.788, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#c9fcff")Accessibility — WCAG contrast
Aa
#c9fcff on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fcff on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.8%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#c9fcff text on a black background
contrast 18.85:1
Card sample
#c9fcff text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fcff;
Background color
Panel with #c9fcff background
background-color: #c9fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fcff; background: linear-gradient(135deg, #c9fcff, #C9D8FF);