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