#cfc4ac
a light, soft yellow · warm · closest name: tan
RGB
207, 196, 172
HSL
41°, 27%, 74%
CMYK
0, 5, 17, 19
Luminance
0.5572
Every format
| HEX | #cfc4ac |
| RGB | rgb(207, 196, 172) |
| HSL | hsl(41, 27%, 74%) |
| CMYK | cmyk(0%, 5%, 17%, 19%) |
| LAB | lab(79.5 -0.1 13.4) |
| LCH | lch(79.5 13.4 90.5) |
| OKLCH | oklch(0.823 0.035 86.3) |
Copy-ready code
/* CSS */
color: #cfc4ac;
background-color: #cfc4ac;
/* Tailwind (arbitrary) */
class="text-[#cfc4ac] bg-[#cfc4ac]"
/* SCSS */
$brand: #cfc4ac;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.675)
/* Android */
Color.parseColor("#cfc4ac")Accessibility — WCAG contrast
Aa
#cfc4ac on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4ac on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow16.9%
Key (black)18.8%
Color previews
#cfc4ac text on a black background
contrast 12.14:1
Card sample
#cfc4ac text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4ac;
Background color
Panel with #cfc4ac background
background-color: #cfc4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4ac; background: linear-gradient(135deg, #cfc4ac, #C3CFAC);