#cfcfc2
a light, muted yellow · cool · closest name: silver
RGB
207, 207, 194
HSL
60°, 12%, 79%
CMYK
0, 0, 6, 19
Luminance
0.6179
Every format
| HEX | #cfcfc2 |
| RGB | rgb(207, 207, 194) |
| HSL | hsl(60, 12%, 79%) |
| CMYK | cmyk(0%, 0%, 6%, 19%) |
| LAB | lab(82.8 -2.3 6.5) |
| LCH | lch(82.8 6.9 109.6) |
| OKLCH | oklch(0.851 0.018 106.8) |
Copy-ready code
/* CSS */
color: #cfcfc2;
background-color: #cfcfc2;
/* Tailwind (arbitrary) */
class="text-[#cfcfc2] bg-[#cfcfc2]"
/* SCSS */
$brand: #cfcfc2;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#cfcfc2")Accessibility — WCAG contrast
Aa
#cfcfc2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfc2 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.3%
Key (black)18.8%
Color previews
#cfcfc2 text on a black background
contrast 13.36:1
Card sample
#cfcfc2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfc2;
Background color
Panel with #cfcfc2 background
background-color: #cfcfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfc2; background: linear-gradient(135deg, #cfcfc2, #C6CFC2);