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