#c9e7eb
a pale, vivid cyan · cool · closest name: lavender
RGB
201, 231, 235
HSL
187°, 46%, 86%
CMYK
15, 2, 0, 8
Luminance
0.7557
Every format
| HEX | #c9e7eb |
| RGB | rgb(201, 231, 235) |
| HSL | hsl(187, 46%, 86%) |
| CMYK | cmyk(15%, 2%, 0%, 8%) |
| LAB | lab(89.7 -9.0 -5.3) |
| LCH | lch(89.7 10.4 210.3) |
| OKLCH | oklch(0.907 0.032 206.4) |
Copy-ready code
/* CSS */
color: #c9e7eb;
background-color: #c9e7eb;
/* Tailwind (arbitrary) */
class="text-[#c9e7eb] bg-[#c9e7eb]"
/* SCSS */
$brand: #c9e7eb;
/* SwiftUI */
Color(red: 0.788, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#c9e7eb")Accessibility — WCAG contrast
Aa
#c9e7eb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9e7eb on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green90.6%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c9e7eb text on a black background
contrast 16.11:1
Card sample
#c9e7eb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9e7eb;
Background color
Panel with #c9e7eb background
background-color: #c9e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9e7eb; background: linear-gradient(135deg, #c9e7eb, #C9D0EB);