#c3d2cb
a light, muted green · cool · closest name: silver
RGB
195, 210, 203
HSL
152°, 14%, 79%
CMYK
7, 0, 3, 18
Luminance
0.6201
Every format
| HEX | #c3d2cb |
| RGB | rgb(195, 210, 203) |
| HSL | hsl(152, 14%, 79%) |
| CMYK | cmyk(7%, 0%, 3%, 18%) |
| LAB | lab(82.9 -6.4 1.7) |
| LCH | lch(82.9 6.6 164.9) |
| OKLCH | oklch(0.850 0.019 166.3) |
Copy-ready code
/* CSS */
color: #c3d2cb;
background-color: #c3d2cb;
/* Tailwind (arbitrary) */
class="text-[#c3d2cb] bg-[#c3d2cb]"
/* SCSS */
$brand: #c3d2cb;
/* SwiftUI */
Color(red: 0.765, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#c3d2cb")Accessibility — WCAG contrast
Aa
#c3d2cb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d2cb on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green82.4%
Blue79.6%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow3.3%
Key (black)17.6%
Color previews
#c3d2cb text on a black background
contrast 13.40:1
Card sample
#c3d2cb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d2cb;
Background color
Panel with #c3d2cb background
background-color: #c3d2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d2cb; background: linear-gradient(135deg, #c3d2cb, #C3CFD2);