#c9fceb
a pale, electric cyan · cool · closest name: beige
RGB
201, 252, 235
HSL
160°, 90%, 89%
CMYK
20, 0, 7, 1
Luminance
0.8804
Every format
| HEX | #c9fceb |
| RGB | rgb(201, 252, 235) |
| HSL | hsl(160, 90%, 89%) |
| CMYK | cmyk(20%, 0%, 7%, 1%) |
| LAB | lab(95.2 -19.5 2.8) |
| LCH | lch(95.2 19.7 171.8) |
| OKLCH | oklch(0.951 0.057 172.7) |
Copy-ready code
/* CSS */
color: #c9fceb;
background-color: #c9fceb;
/* Tailwind (arbitrary) */
class="text-[#c9fceb] bg-[#c9fceb]"
/* SCSS */
$brand: #c9fceb;
/* SwiftUI */
Color(red: 0.788, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#c9fceb")Accessibility — WCAG contrast
Aa
#c9fceb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9fceb on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#c9fceb text on a black background
contrast 18.61:1
Card sample
#c9fceb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9fceb;
Background color
Panel with #c9fceb background
background-color: #c9fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9fceb; background: linear-gradient(135deg, #c9fceb, #C9EBFC);