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