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