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