#cfc5af
a light, soft yellow · warm · closest name: silver
RGB
207, 197, 175
HSL
41°, 25%, 75%
CMYK
0, 5, 16, 19
Luminance
0.5629
Every format
| HEX | #cfc5af |
| RGB | rgb(207, 197, 175) |
| HSL | hsl(41, 25%, 75%) |
| CMYK | cmyk(0%, 5%, 16%, 19%) |
| LAB | lab(79.8 -0.2 12.3) |
| LCH | lch(79.8 12.3 90.8) |
| OKLCH | oklch(0.826 0.032 86.5) |
Copy-ready code
/* CSS */
color: #cfc5af;
background-color: #cfc5af;
/* Tailwind (arbitrary) */
class="text-[#cfc5af] bg-[#cfc5af]"
/* SCSS */
$brand: #cfc5af;
/* SwiftUI */
Color(red: 0.812, green: 0.773, blue: 0.686)
/* Android */
Color.parseColor("#cfc5af")Accessibility — WCAG contrast
Aa
#cfc5af on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc5af on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow15.5%
Key (black)18.8%
Color previews
#cfc5af text on a black background
contrast 12.26:1
Card sample
#cfc5af text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc5af;
Background color
Panel with #cfc5af background
background-color: #cfc5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 197, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 197, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc5af; background: linear-gradient(135deg, #cfc5af, #C4CFAF);