#c3dcdc
a light, soft cyan · cool · closest name: silver
RGB
195, 220, 220
HSL
180°, 26%, 81%
CMYK
11, 0, 0, 14
Luminance
0.6796
Every format
| HEX | #c3dcdc |
| RGB | rgb(195, 220, 220) |
| HSL | hsl(180, 26%, 81%) |
| CMYK | cmyk(11%, 0%, 0%, 14%) |
| LAB | lab(86.0 -8.3 -2.8) |
| LCH | lch(86.0 8.7 198.8) |
| OKLCH | oklch(0.876 0.027 196.7) |
Copy-ready code
/* CSS */
color: #c3dcdc;
background-color: #c3dcdc;
/* Tailwind (arbitrary) */
class="text-[#c3dcdc] bg-[#c3dcdc]"
/* SCSS */
$brand: #c3dcdc;
/* SwiftUI */
Color(red: 0.765, green: 0.863, blue: 0.863)
/* Android */
Color.parseColor("#c3dcdc")Accessibility — WCAG contrast
Aa
#c3dcdc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3dcdc on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green86.3%
Blue86.3%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow0.0%
Key (black)13.7%
Color previews
#c3dcdc text on a black background
contrast 14.59:1
Card sample
#c3dcdc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3dcdc;
Background color
Panel with #c3dcdc background
background-color: #c3dcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3dcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 220, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 220, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3dcdc; background: linear-gradient(135deg, #c3dcdc, #C3CBDC);