#cfcac3
a light, muted orange · warm · closest name: silver
RGB
207, 202, 195
HSL
35°, 11%, 79%
CMYK
0, 2, 6, 19
Luminance
0.5945
Every format
| HEX | #cfcac3 |
| RGB | rgb(207, 202, 195) |
| HSL | hsl(35, 11%, 79%) |
| CMYK | cmyk(0%, 2%, 6%, 19%) |
| LAB | lab(81.5 0.5 4.1) |
| LCH | lch(81.5 4.1 83.2) |
| OKLCH | oklch(0.841 0.011 76.6) |
Copy-ready code
/* CSS */
color: #cfcac3;
background-color: #cfcac3;
/* Tailwind (arbitrary) */
class="text-[#cfcac3] bg-[#cfcac3]"
/* SCSS */
$brand: #cfcac3;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.765)
/* Android */
Color.parseColor("#cfcac3")Accessibility — WCAG contrast
Aa
#cfcac3 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcac3 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow5.8%
Key (black)18.8%
Color previews
#cfcac3 text on a black background
contrast 12.89:1
Card sample
#cfcac3 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcac3;
Background color
Panel with #cfcac3 background
background-color: #cfcac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcac3; background: linear-gradient(135deg, #cfcac3, #CCCFC3);