#c7dcdc
a light, soft cyan · cool · closest name: silver
RGB
199, 220, 220
HSL
180°, 23%, 82%
CMYK
10, 0, 0, 14
Luminance
0.6850
Every format
| HEX | #c7dcdc |
| RGB | rgb(199, 220, 220) |
| HSL | hsl(180, 23%, 82%) |
| CMYK | cmyk(10%, 0%, 0%, 14%) |
| LAB | lab(86.3 -7.0 -2.4) |
| LCH | lch(86.3 7.4 198.9) |
| OKLCH | oklch(0.879 0.022 196.8) |
Copy-ready code
/* CSS */
color: #c7dcdc;
background-color: #c7dcdc;
/* Tailwind (arbitrary) */
class="text-[#c7dcdc] bg-[#c7dcdc]"
/* SCSS */
$brand: #c7dcdc;
/* SwiftUI */
Color(red: 0.780, green: 0.863, blue: 0.863)
/* Android */
Color.parseColor("#c7dcdc")Accessibility — WCAG contrast
Aa
#c7dcdc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dcdc on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green86.3%
Blue86.3%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow0.0%
Key (black)13.7%
Color previews
#c7dcdc text on a black background
contrast 14.70:1
Card sample
#c7dcdc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dcdc;
Background color
Panel with #c7dcdc background
background-color: #c7dcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 220, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 220, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dcdc; background: linear-gradient(135deg, #c7dcdc, #C7CEDC);