#c3dcdf
a light, soft cyan · cool · closest name: silver
RGB
195, 220, 223
HSL
186°, 30%, 82%
CMYK
13, 1, 0, 13
Luminance
0.6812
Every format
| HEX | #c3dcdf |
| RGB | rgb(195, 220, 223) |
| HSL | hsl(186, 30%, 82%) |
| CMYK | cmyk(13%, 1%, 0%, 13%) |
| LAB | lab(86.1 -7.7 -4.3) |
| LCH | lch(86.1 8.8 209.2) |
| OKLCH | oklch(0.877 0.027 205.4) |
Copy-ready code
/* CSS */
color: #c3dcdf;
background-color: #c3dcdf;
/* Tailwind (arbitrary) */
class="text-[#c3dcdf] bg-[#c3dcdf]"
/* SCSS */
$brand: #c3dcdf;
/* SwiftUI */
Color(red: 0.765, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#c3dcdf")Accessibility — WCAG contrast
Aa
#c3dcdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dcdf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.3%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c3dcdf text on a black background
contrast 14.62:1
Card sample
#c3dcdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dcdf;
Background color
Panel with #c3dcdf background
background-color: #c3dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dcdf; background: linear-gradient(135deg, #c3dcdf, #C3C9DF);