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