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