#c3d4cd
a light, soft green · cool · closest name: silver
RGB
195, 212, 205
HSL
155°, 17%, 80%
CMYK
8, 0, 3, 17
Luminance
0.6310
Every format
| HEX | #c3d4cd |
| RGB | rgb(195, 212, 205) |
| HSL | hsl(155, 17%, 80%) |
| CMYK | cmyk(8%, 0%, 3%, 17%) |
| LAB | lab(83.5 -7.0 1.5) |
| LCH | lch(83.5 7.2 168.0) |
| OKLCH | oklch(0.855 0.021 169.2) |
Copy-ready code
/* CSS */
color: #c3d4cd;
background-color: #c3d4cd;
/* Tailwind (arbitrary) */
class="text-[#c3d4cd] bg-[#c3d4cd]"
/* SCSS */
$brand: #c3d4cd;
/* SwiftUI */
Color(red: 0.765, green: 0.831, blue: 0.804)
/* Android */
Color.parseColor("#c3d4cd")Accessibility — WCAG contrast
Aa
#c3d4cd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d4cd on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green83.1%
Blue80.4%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow3.3%
Key (black)16.9%
Color previews
#c3d4cd text on a black background
contrast 13.62:1
Card sample
#c3d4cd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d4cd;
Background color
Panel with #c3d4cd background
background-color: #c3d4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 212, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 212, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d4cd; background: linear-gradient(135deg, #c3d4cd, #C3D0D4);