#c3d2dc
a light, soft blue · cool · closest name: silver
RGB
195, 210, 220
HSL
204°, 26%, 81%
CMYK
11, 5, 0, 14
Luminance
0.6286
Every format
| HEX | #c3d2dc |
| RGB | rgb(195, 210, 220) |
| HSL | hsl(204, 26%, 81%) |
| CMYK | cmyk(11%, 5%, 0%, 14%) |
| LAB | lab(83.4 -3.1 -6.7) |
| LCH | lch(83.4 7.3 245.2) |
| OKLCH | oklch(0.855 0.021 236.8) |
Copy-ready code
/* CSS */
color: #c3d2dc;
background-color: #c3d2dc;
/* Tailwind (arbitrary) */
class="text-[#c3d2dc] bg-[#c3d2dc]"
/* SCSS */
$brand: #c3d2dc;
/* SwiftUI */
Color(red: 0.765, green: 0.824, blue: 0.863)
/* Android */
Color.parseColor("#c3d2dc")Accessibility — WCAG contrast
Aa
#c3d2dc on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d2dc on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green82.4%
Blue86.3%
CMYK percentages
Cyan11.4%
Magenta4.5%
Yellow0.0%
Key (black)13.7%
Color previews
#c3d2dc text on a black background
contrast 13.57:1
Card sample
#c3d2dc text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d2dc;
Background color
Panel with #c3d2dc background
background-color: #c3d2dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d2dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 210, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 210, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d2dc; background: linear-gradient(135deg, #c3d2dc, #C5C3DC);