#c9eceb
a pale, vivid cyan · cool · closest name: white
RGB
201, 236, 235
HSL
178°, 48%, 86%
CMYK
15, 0, 0, 8
Luminance
0.7841
Every format
| HEX | #c9eceb |
| RGB | rgb(201, 236, 235) |
| HSL | hsl(178, 48%, 86%) |
| CMYK | cmyk(15%, 0%, 0%, 8%) |
| LAB | lab(91.0 -11.5 -3.3) |
| LCH | lch(91.0 12.0 196.1) |
| OKLCH | oklch(0.918 0.036 194.4) |
Copy-ready code
/* CSS */
color: #c9eceb;
background-color: #c9eceb;
/* Tailwind (arbitrary) */
class="text-[#c9eceb] bg-[#c9eceb]"
/* SCSS */
$brand: #c9eceb;
/* SwiftUI */
Color(red: 0.788, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#c9eceb")Accessibility — WCAG contrast
Aa
#c9eceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9eceb on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green92.5%
Blue92.2%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#c9eceb text on a black background
contrast 16.68:1
Card sample
#c9eceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9eceb;
Background color
Panel with #c9eceb background
background-color: #c9eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9eceb; background: linear-gradient(135deg, #c9eceb, #C9D6EC);