#cfc7ba
a light, soft orange · warm · closest name: silver
RGB
207, 199, 186
HSL
37°, 18%, 77%
CMYK
0, 4, 10, 19
Luminance
0.5766
Every format
| HEX | #cfc7ba |
| RGB | rgb(207, 199, 186) |
| HSL | hsl(37, 18%, 77%) |
| CMYK | cmyk(0%, 4%, 10%, 19%) |
| LAB | lab(80.5 0.5 7.5) |
| LCH | lch(80.5 7.5 85.9) |
| OKLCH | oklch(0.833 0.020 80.1) |
Copy-ready code
/* CSS */
color: #cfc7ba;
background-color: #cfc7ba;
/* Tailwind (arbitrary) */
class="text-[#cfc7ba] bg-[#cfc7ba]"
/* SCSS */
$brand: #cfc7ba;
/* SwiftUI */
Color(red: 0.812, green: 0.780, blue: 0.729)
/* Android */
Color.parseColor("#cfc7ba")Accessibility — WCAG contrast
Aa
#cfc7ba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc7ba on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow10.1%
Key (black)18.8%
Color previews
#cfc7ba text on a black background
contrast 12.53:1
Card sample
#cfc7ba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc7ba;
Background color
Panel with #cfc7ba background
background-color: #cfc7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 199, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 199, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc7ba; background: linear-gradient(135deg, #cfc7ba, #C9CFBA);