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