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