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