#c9decf
a light, soft green · cool · closest name: beige
RGB
201, 222, 207
HSL
137°, 24%, 83%
CMYK
10, 0, 7, 13
Luminance
0.6917
Every format
| HEX | #c9decf |
| RGB | rgb(201, 222, 207) |
| HSL | hsl(137, 24%, 83%) |
| CMYK | cmyk(10%, 0%, 7%, 13%) |
| LAB | lab(86.6 -9.8 5.0) |
| LCH | lch(86.6 11.0 153.1) |
| OKLCH | oklch(0.881 0.030 154.6) |
Copy-ready code
/* CSS */
color: #c9decf;
background-color: #c9decf;
/* Tailwind (arbitrary) */
class="text-[#c9decf] bg-[#c9decf]"
/* SCSS */
$brand: #c9decf;
/* SwiftUI */
Color(red: 0.788, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#c9decf")Accessibility — WCAG contrast
Aa
#c9decf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9decf on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.1%
Blue81.2%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#c9decf text on a black background
contrast 14.83:1
Card sample
#c9decf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9decf;
Background color
Panel with #c9decf background
background-color: #c9decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9decf; background: linear-gradient(135deg, #c9decf, #C9DEDD);