#c1dcd3
a light, soft cyan · cool · closest name: silver
RGB
193, 220, 211
HSL
160°, 28%, 81%
CMYK
12, 0, 4, 14
Luminance
0.6723
Every format
| HEX | #c1dcd3 |
| RGB | rgb(193, 220, 211) |
| HSL | hsl(160, 28%, 81%) |
| CMYK | cmyk(12%, 0%, 4%, 14%) |
| LAB | lab(85.6 -10.7 1.4) |
| LCH | lch(85.6 10.8 172.6) |
| OKLCH | oklch(0.872 0.031 173.5) |
Copy-ready code
/* CSS */
color: #c1dcd3;
background-color: #c1dcd3;
/* Tailwind (arbitrary) */
class="text-[#c1dcd3] bg-[#c1dcd3]"
/* SCSS */
$brand: #c1dcd3;
/* SwiftUI */
Color(red: 0.757, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#c1dcd3")Accessibility — WCAG contrast
Aa
#c1dcd3 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1dcd3 on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green86.3%
Blue82.7%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow4.1%
Key (black)13.7%
Color previews
#c1dcd3 text on a black background
contrast 14.45:1
Card sample
#c1dcd3 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1dcd3;
Background color
Panel with #c1dcd3 background
background-color: #c1dcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1dcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1dcd3; background: linear-gradient(135deg, #c1dcd3, #C1D3DC);