#c3cfd3
a light, soft cyan · cool · closest name: silver
RGB
195, 207, 211
HSL
195°, 15%, 80%
CMYK
8, 2, 0, 17
Luminance
0.6093
Every format
| HEX | #c3cfd3 |
| RGB | rgb(195, 207, 211) |
| HSL | hsl(195, 15%, 80%) |
| CMYK | cmyk(8%, 2%, 0%, 17%) |
| LAB | lab(82.3 -3.3 -3.4) |
| LCH | lch(82.3 4.7 225.8) |
| OKLCH | oklch(0.847 0.014 219.6) |
Copy-ready code
/* CSS */
color: #c3cfd3;
background-color: #c3cfd3;
/* Tailwind (arbitrary) */
class="text-[#c3cfd3] bg-[#c3cfd3]"
/* SCSS */
$brand: #c3cfd3;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#c3cfd3")Accessibility — WCAG contrast
Aa
#c3cfd3 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cfd3 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue82.7%
CMYK percentages
Cyan7.6%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#c3cfd3 text on a black background
contrast 13.19:1
Card sample
#c3cfd3 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cfd3;
Background color
Panel with #c3cfd3 background
background-color: #c3cfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cfd3; background: linear-gradient(135deg, #c3cfd3, #C3C4D3);