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