#c3cfdc
a light, soft blue · cool · closest name: silver
RGB
195, 207, 220
HSL
211°, 26%, 81%
CMYK
11, 6, 0, 14
Luminance
0.6140
Every format
| HEX | #c3cfdc |
| RGB | rgb(195, 207, 220) |
| HSL | hsl(211, 26%, 81%) |
| CMYK | cmyk(11%, 6%, 0%, 14%) |
| LAB | lab(82.6 -1.5 -7.8) |
| LCH | lch(82.6 8.0 259.1) |
| OKLCH | oklch(0.849 0.022 250.2) |
Copy-ready code
/* CSS */
color: #c3cfdc;
background-color: #c3cfdc;
/* Tailwind (arbitrary) */
class="text-[#c3cfdc] bg-[#c3cfdc]"
/* SCSS */
$brand: #c3cfdc;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#c3cfdc")Accessibility — WCAG contrast
Aa
#c3cfdc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cfdc on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue86.3%
CMYK percentages
Cyan11.4%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#c3cfdc text on a black background
contrast 13.28:1
Card sample
#c3cfdc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cfdc;
Background color
Panel with #c3cfdc background
background-color: #c3cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cfdc; background: linear-gradient(135deg, #c3cfdc, #C8C3DC);