#cfd1c2
a light, muted yellow · cool · closest name: silver
RGB
207, 209, 194
HSL
68°, 14%, 79%
CMYK
1, 0, 7, 18
Luminance
0.6276
Every format
| HEX | #cfd1c2 |
| RGB | rgb(207, 209, 194) |
| HSL | hsl(68, 14%, 79%) |
| CMYK | cmyk(1%, 0%, 7%, 18%) |
| LAB | lab(83.3 -3.3 7.2) |
| LCH | lch(83.3 7.9 114.9) |
| OKLCH | oklch(0.855 0.021 113.0) |
Copy-ready code
/* CSS */
color: #cfd1c2;
background-color: #cfd1c2;
/* Tailwind (arbitrary) */
class="text-[#cfd1c2] bg-[#cfd1c2]"
/* SCSS */
$brand: #cfd1c2;
/* SwiftUI */
Color(red: 0.812, green: 0.820, blue: 0.761)
/* Android */
Color.parseColor("#cfd1c2")Accessibility — WCAG contrast
Aa
#cfd1c2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd1c2 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.0%
Blue76.1%
CMYK percentages
Cyan1.0%
Magenta0.0%
Yellow7.2%
Key (black)18.0%
Color previews
#cfd1c2 text on a black background
contrast 13.55:1
Card sample
#cfd1c2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd1c2;
Background color
Panel with #cfd1c2 background
background-color: #cfd1c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd1c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 209, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 209, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd1c2; background: linear-gradient(135deg, #cfd1c2, #C5D1C2);