#c3d6cd
a light, soft green · cool · closest name: silver
RGB
195, 214, 205
HSL
152°, 19%, 80%
CMYK
9, 0, 4, 16
Luminance
0.6410
Every format
| HEX | #c3d6cd |
| RGB | rgb(195, 214, 205) |
| HSL | hsl(152, 19%, 80%) |
| CMYK | cmyk(9%, 0%, 4%, 16%) |
| LAB | lab(84.0 -8.1 2.3) |
| LCH | lch(84.0 8.4 164.4) |
| OKLCH | oklch(0.859 0.024 165.8) |
Copy-ready code
/* CSS */
color: #c3d6cd;
background-color: #c3d6cd;
/* Tailwind (arbitrary) */
class="text-[#c3d6cd] bg-[#c3d6cd]"
/* SCSS */
$brand: #c3d6cd;
/* SwiftUI */
Color(red: 0.765, green: 0.839, blue: 0.804)
/* Android */
Color.parseColor("#c3d6cd")Accessibility — WCAG contrast
Aa
#c3d6cd on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d6cd on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green83.9%
Blue80.4%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow4.2%
Key (black)16.1%
Color previews
#c3d6cd text on a black background
contrast 13.82:1
Card sample
#c3d6cd text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d6cd;
Background color
Panel with #c3d6cd background
background-color: #c3d6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 214, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 214, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d6cd; background: linear-gradient(135deg, #c3d6cd, #C3D2D6);