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