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