#c9dcd3
a light, soft green · cool · closest name: silver
RGB
201, 220, 211
HSL
152°, 21%, 83%
CMYK
9, 0, 4, 14
Luminance
0.6831
Every format
| HEX | #c9dcd3 |
| RGB | rgb(201, 220, 211) |
| HSL | hsl(152, 21%, 83%) |
| CMYK | cmyk(9%, 0%, 4%, 14%) |
| LAB | lab(86.2 -8.0 2.3) |
| LCH | lch(86.2 8.3 164.3) |
| OKLCH | oklch(0.878 0.024 165.8) |
Copy-ready code
/* CSS */
color: #c9dcd3;
background-color: #c9dcd3;
/* Tailwind (arbitrary) */
class="text-[#c9dcd3] bg-[#c9dcd3]"
/* SCSS */
$brand: #c9dcd3;
/* SwiftUI */
Color(red: 0.788, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#c9dcd3")Accessibility — WCAG contrast
Aa
#c9dcd3 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dcd3 on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green86.3%
Blue82.7%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#c9dcd3 text on a black background
contrast 14.66:1
Card sample
#c9dcd3 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dcd3;
Background color
Panel with #c9dcd3 background
background-color: #c9dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dcd3; background: linear-gradient(135deg, #c9dcd3, #C9D8DC);