#cfc7ae
a light, soft yellow · cool · closest name: tan
RGB
207, 199, 174
HSL
46°, 26%, 75%
CMYK
0, 4, 16, 19
Luminance
0.5717
Every format
| HEX | #cfc7ae |
| RGB | rgb(207, 199, 174) |
| HSL | hsl(46, 26%, 75%) |
| CMYK | cmyk(0%, 4%, 16%, 19%) |
| LAB | lab(80.3 -1.4 13.5) |
| LCH | lch(80.3 13.6 95.9) |
| OKLCH | oklch(0.830 0.035 92.3) |
Copy-ready code
/* CSS */
color: #cfc7ae;
background-color: #cfc7ae;
/* Tailwind (arbitrary) */
class="text-[#cfc7ae] bg-[#cfc7ae]"
/* SCSS */
$brand: #cfc7ae;
/* SwiftUI */
Color(red: 0.812, green: 0.780, blue: 0.682)
/* Android */
Color.parseColor("#cfc7ae")Accessibility — WCAG contrast
Aa
#cfc7ae on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc7ae on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow15.9%
Key (black)18.8%
Color previews
#cfc7ae text on a black background
contrast 12.43:1
Card sample
#cfc7ae text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc7ae;
Background color
Panel with #cfc7ae background
background-color: #cfc7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 199, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 199, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc7ae; background: linear-gradient(135deg, #cfc7ae, #C1CFAE);