#cfcac0
a light, muted yellow · warm · closest name: silver
RGB
207, 202, 192
HSL
40°, 14%, 78%
CMYK
0, 2, 7, 19
Luminance
0.5931
Every format
| HEX | #cfcac0 |
| RGB | rgb(207, 202, 192) |
| HSL | hsl(40, 14%, 78%) |
| CMYK | cmyk(0%, 2%, 7%, 19%) |
| LAB | lab(81.5 -0.0 5.6) |
| LCH | lch(81.5 5.6 90.2) |
| OKLCH | oklch(0.840 0.015 84.6) |
Copy-ready code
/* CSS */
color: #cfcac0;
background-color: #cfcac0;
/* Tailwind (arbitrary) */
class="text-[#cfcac0] bg-[#cfcac0]"
/* SCSS */
$brand: #cfcac0;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.753)
/* Android */
Color.parseColor("#cfcac0")Accessibility — WCAG contrast
Aa
#cfcac0 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcac0 on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow7.2%
Key (black)18.8%
Color previews
#cfcac0 text on a black background
contrast 12.86:1
Card sample
#cfcac0 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcac0;
Background color
Panel with #cfcac0 background
background-color: #cfcac0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcac0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcac0; background: linear-gradient(135deg, #cfcac0, #CACFC0);