#c3d7cf
a light, soft green · cool · closest name: silver
RGB
195, 215, 207
HSL
156°, 20%, 80%
CMYK
9, 0, 4, 16
Luminance
0.6471
Every format
| HEX | #c3d7cf |
| RGB | rgb(195, 215, 207) |
| HSL | hsl(156, 20%, 80%) |
| CMYK | cmyk(9%, 0%, 4%, 16%) |
| LAB | lab(84.3 -8.2 1.7) |
| LCH | lch(84.3 8.4 168.6) |
| OKLCH | oklch(0.862 0.024 169.8) |
Copy-ready code
/* CSS */
color: #c3d7cf;
background-color: #c3d7cf;
/* Tailwind (arbitrary) */
class="text-[#c3d7cf] bg-[#c3d7cf]"
/* SCSS */
$brand: #c3d7cf;
/* SwiftUI */
Color(red: 0.765, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#c3d7cf")Accessibility — WCAG contrast
Aa
#c3d7cf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d7cf on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green84.3%
Blue81.2%
CMYK percentages
Cyan9.3%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#c3d7cf text on a black background
contrast 13.94:1
Card sample
#c3d7cf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d7cf;
Background color
Panel with #c3d7cf background
background-color: #c3d7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d7cf; background: linear-gradient(135deg, #c3d7cf, #C3D2D7);