#c9fefd
a pale, electric cyan · cool · closest name: white
RGB
201, 254, 253
HSL
179°, 96%, 89%
CMYK
21, 0, 0, 0
Luminance
0.9039
Every format
| HEX | #c9fefd |
| RGB | rgb(201, 254, 253) |
| HSL | hsl(179, 96%, 89%) |
| CMYK | cmyk(21%, 0%, 0%, 0%) |
| LAB | lab(96.2 -16.8 -5.0) |
| LCH | lch(96.2 17.6 196.6) |
| OKLCH | oklch(0.961 0.053 194.9) |
Copy-ready code
/* CSS */
color: #c9fefd;
background-color: #c9fefd;
/* Tailwind (arbitrary) */
class="text-[#c9fefd] bg-[#c9fefd]"
/* SCSS */
$brand: #c9fefd;
/* SwiftUI */
Color(red: 0.788, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#c9fefd")Accessibility — WCAG contrast
Aa
#c9fefd on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fefd on black: 19.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green99.6%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#c9fefd text on a black background
contrast 19.08:1
Card sample
#c9fefd text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fefd;
Background color
Panel with #c9fefd background
background-color: #c9fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fefd; background: linear-gradient(135deg, #c9fefd, #C9DCFE);