#c9fcfd
a pale, electric cyan · cool · closest name: white
RGB
201, 252, 253
HSL
181°, 93%, 89%
CMYK
21, 0, 0, 1
Luminance
0.8913
Every format
| HEX | #c9fcfd |
| RGB | rgb(201, 252, 253) |
| HSL | hsl(181, 93%, 89%) |
| CMYK | cmyk(21%, 0%, 0%, 1%) |
| LAB | lab(95.6 -15.8 -5.8) |
| LCH | lch(95.6 16.9 200.1) |
| OKLCH | oklch(0.956 0.052 197.8) |
Copy-ready code
/* CSS */
color: #c9fcfd;
background-color: #c9fcfd;
/* Tailwind (arbitrary) */
class="text-[#c9fcfd] bg-[#c9fcfd]"
/* SCSS */
$brand: #c9fcfd;
/* SwiftUI */
Color(red: 0.788, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#c9fcfd")Accessibility — WCAG contrast
Aa
#c9fcfd on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fcfd on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.8%
Blue99.2%
CMYK percentages
Cyan20.6%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c9fcfd text on a black background
contrast 18.83:1
Card sample
#c9fcfd text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fcfd;
Background color
Panel with #c9fcfd background
background-color: #c9fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fcfd; background: linear-gradient(135deg, #c9fcfd, #C9D9FD);