#cfcfd6
a light, muted gray · warm · closest name: silver
RGB
207, 207, 214
HSL
240°, 8%, 83%
CMYK
3, 3, 0, 16
Luminance
0.6275
Every format
| HEX | #cfcfd6 |
| RGB | rgb(207, 207, 214) |
| HSL | hsl(240, 8%, 83%) |
| CMYK | cmyk(3%, 3%, 0%, 16%) |
| LAB | lab(83.3 1.3 -3.5) |
| LCH | lch(83.3 3.7 290.4) |
| OKLCH | oklch(0.857 0.010 286.2) |
Copy-ready code
/* CSS */
color: #cfcfd6;
background-color: #cfcfd6;
/* Tailwind (arbitrary) */
class="text-[#cfcfd6] bg-[#cfcfd6]"
/* SCSS */
$brand: #cfcfd6;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#cfcfd6")Accessibility — WCAG contrast
Aa
#cfcfd6 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfd6 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue83.9%
CMYK percentages
Cyan3.3%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#cfcfd6 text on a black background
contrast 13.55:1
Card sample
#cfcfd6 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfd6;
Background color
Panel with #cfcfd6 background
background-color: #cfcfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfd6; background: linear-gradient(135deg, #cfcfd6, #D4CFD6);