#c7cfd4
a light, muted blue · cool · closest name: silver
RGB
199, 207, 212
HSL
203°, 13%, 81%
CMYK
6, 2, 0, 17
Luminance
0.6152
Every format
| HEX | #c7cfd4 |
| RGB | rgb(199, 207, 212) |
| HSL | hsl(203, 13%, 81%) |
| CMYK | cmyk(6%, 2%, 0%, 17%) |
| LAB | lab(82.7 -1.8 -3.4) |
| LCH | lch(82.7 3.9 242.6) |
| OKLCH | oklch(0.850 0.011 234.8) |
Copy-ready code
/* CSS */
color: #c7cfd4;
background-color: #c7cfd4;
/* Tailwind (arbitrary) */
class="text-[#c7cfd4] bg-[#c7cfd4]"
/* SCSS */
$brand: #c7cfd4;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.831)
/* Android */
Color.parseColor("#c7cfd4")Accessibility — WCAG contrast
Aa
#c7cfd4 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfd4 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue83.1%
CMYK percentages
Cyan6.1%
Magenta2.4%
Yellow0.0%
Key (black)16.9%
Color previews
#c7cfd4 text on a black background
contrast 13.30:1
Card sample
#c7cfd4 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfd4;
Background color
Panel with #c7cfd4 background
background-color: #c7cfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfd4; background: linear-gradient(135deg, #c7cfd4, #C8C7D4);