#c9fcf2
a pale, electric cyan · cool · closest name: ivory
RGB
201, 252, 242
HSL
168°, 90%, 89%
CMYK
20, 0, 4, 1
Luminance
0.8845
Every format
| HEX | #c9fcf2 |
| RGB | rgb(201, 252, 242) |
| HSL | hsl(168, 90%, 89%) |
| CMYK | cmyk(20%, 0%, 4%, 1%) |
| LAB | lab(95.3 -18.1 -0.5) |
| LCH | lch(95.3 18.1 181.7) |
| OKLCH | oklch(0.953 0.053 181.8) |
Copy-ready code
/* CSS */
color: #c9fcf2;
background-color: #c9fcf2;
/* Tailwind (arbitrary) */
class="text-[#c9fcf2] bg-[#c9fcf2]"
/* SCSS */
$brand: #c9fcf2;
/* SwiftUI */
Color(red: 0.788, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#c9fcf2")Accessibility — WCAG contrast
Aa
#c9fcf2 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fcf2 on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.8%
Blue94.9%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#c9fcf2 text on a black background
contrast 18.69:1
Card sample
#c9fcf2 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fcf2;
Background color
Panel with #c9fcf2 background
background-color: #c9fcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fcf2; background: linear-gradient(135deg, #c9fcf2, #C9E4FC);