#c9eeeb
a pale, vivid cyan · cool · closest name: white
RGB
201, 238, 235
HSL
175°, 52%, 86%
CMYK
16, 0, 1, 7
Luminance
0.7956
Every format
| HEX | #c9eeeb |
| RGB | rgb(201, 238, 235) |
| HSL | hsl(175, 52%, 86%) |
| CMYK | cmyk(16%, 0%, 1%, 7%) |
| LAB | lab(91.5 -12.5 -2.6) |
| LCH | lch(91.5 12.8 191.6) |
| OKLCH | oklch(0.922 0.039 190.5) |
Copy-ready code
/* CSS */
color: #c9eeeb;
background-color: #c9eeeb;
/* Tailwind (arbitrary) */
class="text-[#c9eeeb] bg-[#c9eeeb]"
/* SCSS */
$brand: #c9eeeb;
/* SwiftUI */
Color(red: 0.788, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#c9eeeb")Accessibility — WCAG contrast
Aa
#c9eeeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9eeeb on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green93.3%
Blue92.2%
CMYK percentages
Cyan15.5%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#c9eeeb text on a black background
contrast 16.91:1
Card sample
#c9eeeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9eeeb;
Background color
Panel with #c9eeeb background
background-color: #c9eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9eeeb; background: linear-gradient(135deg, #c9eeeb, #C9D8EE);