#c3d7df
a light, soft cyan · cool · closest name: silver
RGB
195, 215, 223
HSL
197°, 30%, 82%
CMYK
13, 4, 0, 13
Luminance
0.6553
Every format
| HEX | #c3d7df |
| RGB | rgb(195, 215, 223) |
| HSL | hsl(197, 30%, 82%) |
| CMYK | cmyk(13%, 4%, 0%, 13%) |
| LAB | lab(84.8 -5.1 -6.2) |
| LCH | lch(84.8 8.0 230.7) |
| OKLCH | oklch(0.867 0.024 223.7) |
Copy-ready code
/* CSS */
color: #c3d7df;
background-color: #c3d7df;
/* Tailwind (arbitrary) */
class="text-[#c3d7df] bg-[#c3d7df]"
/* SCSS */
$brand: #c3d7df;
/* SwiftUI */
Color(red: 0.765, green: 0.843, blue: 0.875)
/* Android */
Color.parseColor("#c3d7df")Accessibility — WCAG contrast
Aa
#c3d7df on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3d7df on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green84.3%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta3.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c3d7df text on a black background
contrast 14.11:1
Card sample
#c3d7df text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3d7df;
Background color
Panel with #c3d7df background
background-color: #c3d7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3d7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 215, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 215, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3d7df; background: linear-gradient(135deg, #c3d7df, #C3C4DF);