#c1d3df
a light, soft blue · cool · closest name: silver
RGB
193, 211, 223
HSL
204°, 32%, 82%
CMYK
14, 5, 0, 13
Luminance
0.6325
Every format
| HEX | #c1d3df |
| RGB | rgb(193, 211, 223) |
| HSL | hsl(204, 32%, 82%) |
| CMYK | cmyk(14%, 5%, 0%, 13%) |
| LAB | lab(83.6 -3.6 -8.0) |
| LCH | lch(83.6 8.8 245.5) |
| OKLCH | oklch(0.857 0.026 236.9) |
Copy-ready code
/* CSS */
color: #c1d3df;
background-color: #c1d3df;
/* Tailwind (arbitrary) */
class="text-[#c1d3df] bg-[#c1d3df]"
/* SCSS */
$brand: #c1d3df;
/* SwiftUI */
Color(red: 0.757, green: 0.827, blue: 0.875)
/* Android */
Color.parseColor("#c1d3df")Accessibility — WCAG contrast
Aa
#c1d3df on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1d3df on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green82.7%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta5.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c1d3df text on a black background
contrast 13.65:1
Card sample
#c1d3df text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1d3df;
Background color
Panel with #c1d3df background
background-color: #c1d3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1d3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 211, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 211, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1d3df; background: linear-gradient(135deg, #c1d3df, #C3C1DF);