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