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