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