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