#c6dfdc
a light, soft cyan · cool · closest name: silver
RGB
198, 223, 220
HSL
173°, 28%, 83%
CMYK
11, 0, 1, 13
Luminance
0.6995
Every format
| HEX | #c6dfdc |
| RGB | rgb(198, 223, 220) |
| HSL | hsl(173, 28%, 83%) |
| CMYK | cmyk(11%, 0%, 1%, 13%) |
| LAB | lab(87.0 -8.8 -1.3) |
| LCH | lch(87.0 8.9 188.6) |
| OKLCH | oklch(0.884 0.027 187.9) |
Copy-ready code
/* CSS */
color: #c6dfdc;
background-color: #c6dfdc;
/* Tailwind (arbitrary) */
class="text-[#c6dfdc] bg-[#c6dfdc]"
/* SCSS */
$brand: #c6dfdc;
/* SwiftUI */
Color(red: 0.776, green: 0.875, blue: 0.863)
/* Android */
Color.parseColor("#c6dfdc")Accessibility — WCAG contrast
Aa
#c6dfdc on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6dfdc on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green87.5%
Blue86.3%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow1.3%
Key (black)12.5%
Color previews
#c6dfdc text on a black background
contrast 14.99:1
Card sample
#c6dfdc text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6dfdc;
Background color
Panel with #c6dfdc background
background-color: #c6dfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6dfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 223, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 223, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6dfdc; background: linear-gradient(135deg, #c6dfdc, #C6D1DF);