#c9fcdf
a pale, electric green · cool · closest name: beige
RGB
201, 252, 223
HSL
146°, 90%, 89%
CMYK
20, 0, 12, 1
Luminance
0.8737
Every format
| HEX | #c9fcdf |
| RGB | rgb(201, 252, 223) |
| HSL | hsl(146, 90%, 89%) |
| CMYK | cmyk(20%, 0%, 12%, 1%) |
| LAB | lab(94.9 -21.7 8.6) |
| LCH | lch(94.9 23.4 158.4) |
| OKLCH | oklch(0.948 0.065 159.9) |
Copy-ready code
/* CSS */
color: #c9fcdf;
background-color: #c9fcdf;
/* Tailwind (arbitrary) */
class="text-[#c9fcdf] bg-[#c9fcdf]"
/* SCSS */
$brand: #c9fcdf;
/* SwiftUI */
Color(red: 0.788, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#c9fcdf")Accessibility — WCAG contrast
Aa
#c9fcdf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fcdf on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#c9fcdf text on a black background
contrast 18.47:1
Card sample
#c9fcdf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fcdf;
Background color
Panel with #c9fcdf background
background-color: #c9fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fcdf; background: linear-gradient(135deg, #c9fcdf, #C9F7FC);