#c3dcdd
a light, soft cyan · cool · closest name: silver
RGB
195, 220, 221
HSL
182°, 28%, 82%
CMYK
12, 1, 0, 13
Luminance
0.6801
Every format
| HEX | #c3dcdd |
| RGB | rgb(195, 220, 221) |
| HSL | hsl(182, 28%, 82%) |
| CMYK | cmyk(12%, 1%, 0%, 13%) |
| LAB | lab(86.0 -8.1 -3.3) |
| LCH | lch(86.0 8.7 202.2) |
| OKLCH | oklch(0.876 0.027 199.6) |
Copy-ready code
/* CSS */
color: #c3dcdd;
background-color: #c3dcdd;
/* Tailwind (arbitrary) */
class="text-[#c3dcdd] bg-[#c3dcdd]"
/* SCSS */
$brand: #c3dcdd;
/* SwiftUI */
Color(red: 0.765, green: 0.863, blue: 0.867)
/* Android */
Color.parseColor("#c3dcdd")Accessibility — WCAG contrast
Aa
#c3dcdd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dcdd on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.3%
Blue86.7%
CMYK percentages
Cyan11.8%
Magenta0.5%
Yellow0.0%
Key (black)13.3%
Color previews
#c3dcdd text on a black background
contrast 14.60:1
Card sample
#c3dcdd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dcdd;
Background color
Panel with #c3dcdd background
background-color: #c3dcdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dcdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 220, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 220, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dcdd; background: linear-gradient(135deg, #c3dcdd, #C3CBDD);