www.knoll.com Open in urlscan Pro
2606:4700::6812:14c1  Public Scan

Submitted URL: https://www.knoll.com/myaccount/
Effective URL: https://www.knoll.com/myaccount/signin
Submission: On April 24 via api from CZ — Scanned from DE

Form analysis 9 forms found in the DOM

POST /myaccount/guest

<form action="/myaccount/guest" method="post" id="guestLogin">
  <label for="fields-required" tabindex="1" class="fields-required">All fields are required</label>
  <div>
    <label for="email-myaccount" class="sr-only">Billing Email</label>
    <input type="email" tabindex="1" id="email-myaccount" name="email" placeholder="Billing Email" class="required">
  </div>
  <div>
    <label for="webTrackingNumber" class="sr-only">Web Order Number</label>
    <input type="text" tabindex="1" id="webTrackingNumber" name="webTrackingNumber" placeholder="Web Order Number" class="required">
  </div>
  <div>
    <label for="postalCode" class="sr-only">Billing Zip/Postal Code</label>
    <input type="text" tabindex="1" id="postalCode" name="postalCode" placeholder="Billing Zip/Postal Code" class="required">
  </div>
  <div>
    <input type="submit" tabindex="1" name="submit" class="form-submit-button" value="get status">
  </div>
</form>

GET /search-results

<form action="/search-results" method="GET" onsubmit="return validateGlobalSearchForm()" id="globalSearchForm">
  <input name="searchtext" id="search-input" placeholder="Search Here..." type="text" value="" autocomplete="off">
  <input type="hidden" name="parent" value="default-id">
  <input type="submit" class="sub" value="">
  <a href="javascript:;" class="search-icon"></a>
  <div class="search-list" id="main-search-list"></div>
</form>

GET /search-results

<form action="/search-results" method="GET" onsubmit="return validateGlobalSearchForm()" id="globalSearchForm-sm">
  <input name="searchtext" id="search-input-sm" placeholder="Search Here..." type="text" value="" autocomplete="off">
  <input type="hidden" name="parent" value="default-id">
  <input type="submit" class="sub" value="">
  <img class="close-search" src="/images/close-search.png" alt="" data-no-retina="">
  <a href="javascript:;" class="search-icon"></a>
  <div class="search-list" id="main-search-list-sm"></div>
</form>

GET /search-results

<form action="/search-results" method="GET" onsubmit="return validateGlobalSearchForm()" id="globalSearchForm-sm1">
  <input name="searchtext" id="search-input1" placeholder="Search Here..." type="text" value="" autocomplete="off">
  <input type="hidden" name="parent" value="default-id">
  <input type="submit" class="sub" value="">
  <a href="javascript:;" class="search-icon"></a>
</form>

POST /myaccount/signin/authenticate

<form id="login" action="/myaccount/signin/authenticate" method="post" class="form-has-error">
  <input type="hidden" name="redirect_url" value="http://www.knoll.com/myaccount/">
  <input type="hidden" name="" value="">
  <div class="form-element">
    <input type="text" name="knoll_name" placeholder="Email or Username" maxlength="256">
  </div>
  <div class="form-element">
    <input type="password" name="knoll_pass" placeholder="Password">
  </div>
  <div class="form-element">
    <input type="submit" name="submit" class="form-submit-button" value="log in">
  </div>
  <div class="fr-pwd">
    <a href="/myaccount/reset/request" class="forgot-password">Forgot your password?</a>
  </div>
</form>

POST /myaccount/signup

<form id="register" action="/myaccount/signup" method="post">
  <input type="hidden" name="" value="">
  <input type="hidden" name="username" id="username" value="">
  <label class="error-msg">Please make the highlighted corrections</label>
  <label class="fields-required">All fields are required</label>
  <div class="form-element">
    <input type="text" name="firstName" id="firstName" placeholder="First name">
  </div>
  <div class="form-element">
    <input type="text" name="lastName" id="lastName" placeholder="Last name">
  </div>
  <div class="user-select">
    <input id="accountType" name="accountType" type="hidden">
    <select id="what_describes" style="display: none;">
      <option>I am a...</option>
      <option value="Design Enthusiast">Design Enthusiast</option>
      <option value="Interior Designer ⁄ Architect">Interior Designer / Architect</option>
      <option value="Drapery ⁄ Upholstery Workroom">Drapery / Upholstery Workroom</option>
      <option value="Student">Student</option>
      <option value="Other">Other</option>
    </select>
    <div class="newListSelected " tabindex="0">
      <div class="selectedTxt">I am a...</div>
      <div class="SSContainerDivWrapper" style="visibility: visible; top: 28px; height: 0px; left: 0px; display: none;">
        <ul class="newList" style="height: 0px;">
          <li><a href="JavaScript:void(0);" class="hiLite">I am a...</a></li>
          <li><a href="JavaScript:void(0);">Design Enthusiast</a></li>
          <li><a href="JavaScript:void(0);">Interior Designer / Architect</a></li>
          <li><a href="JavaScript:void(0);">Drapery / Upholstery Workroom</a></li>
          <li><a href="JavaScript:void(0);">Student</a></li>
          <li><a href="JavaScript:void(0);">Other</a></li>
        </ul>
      </div>
    </div>
  </div>
  <div class="form-element optional-question" style="display: none;">
    <input type="text" name="otherType" id="otherType" placeholder="I am a ...">
  </div>
  <div class="form-element">
    <input type="email" name="email" id="email" placeholder="Email Address">
  </div>
  <div class="form-element">
    <input type="email" name="confirmEmail" id="confirmEmail" placeholder="Confirm Email is required">
  </div>
  <div class="form-element">
    <input type="password" name="password" id="password" placeholder="Password">
  </div>
  <div class="form-element">
    <input type="password" name="confirmPassword" id="confirmPassword" placeholder="Pasword does not match">
  </div>
  <div class="form-element">
    <input type="submit" name="submit" class="form-submit-button" value="create account">
  </div>
  <div class="remember-me newsletters">
    <span class="checkbox" style="background-position: 0px -50px;"></span><input type="checkbox" class="styled" name="marketingIndicator" id="marketingIndicator" checked="checked" value="true"><label for="newsletter" class="newsletter">Subscribe to
      Knoll Newsletter</label>
  </div>
</form>

POST /myaccount/dealer/authenticate

<form id="login_dealer" action="/myaccount/dealer/authenticate" method="post" class="form-has-error">
  <input type="hidden" name="redirect_url" value="http://www.knoll.com/myaccount/">
  <input type="hidden" name="" value="">
  <div class="form-element">
    <input type="text" name="username" placeholder="Username" maxlength="256">
  </div>
  <div class="form-element">
    <input type="password" name="password" placeholder="Password">
  </div>
  <input type="submit" name="submit" class="form-submit-button" value="log in">
  <div class="fr-pwd">
    <a href="/myaccount/reset/request" class="forgot-password">Forgot your password?</a>
  </div>
  <p>&nbsp;</p>
  <div>
    <span style="font:11px/15px 'HelveticaNeueW01-65Medi',Arial,Helvetica,sans-serif;text-align: right;">
      <p>Knoll Dealers: For log in assistance,&nbsp;<a class="forgot-password" href="mailto:oneknollsupport@knoll.com">contact us</a>.</p>
    </span>
  </div>
</form>

GET /email-preference-center

<form action="/email-preference-center" method="get">
  <label for="email" class="sr-only">Email Address</label>
  <input type="text" id="email-preference" name="email" class="text_box" placeholder="Subscribe to Knoll E-News">
  <input type="hidden" name="source" value="sb">
  <input type="submit" value="Sign Up" class="signup_btn">
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Unclear content? Search in dictionary..."
    aria-label="Unclear content? Search in dictionary..."> <i class="acsbi-search"></i> <i class="acsbi-chevron_down"></i> </form>

Text Content

Use Website In a Screen-Reader Mode
Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER

OUTDOOR SALE EXTENDED: 15% OFF + FREE SHIPPING
OUTDOOR SALE EXTENDED
 * Help Center
 * Locations

 * Sign in
 * Order Status
   Check Order Status
   All fields are required
   Billing Email
   Web Order Number
   Billing Zip/Postal Code
   



 * SHOP

 * WORKPLACE

 * TEXTILES

 * DISCOVER

 * 

SHOP ONLINE FOR LIVING, DINING AND WORK FROM HOME ESSENTIALS.

EXPLORE PRODUCTS AND RESOURCES FOR PLANNING A WORKPLACE FOR A COMMERCIAL,
EDUCATION, HEALTHCARE OR GOVERNMENT ORGANIZATION.

SHOP KNOLL TEXTILES UPHOLSTERY, WALLCOVERING, DRAPERY AND MORE.

LEARN HOW WE USE MODERN DESIGN TO CONNECT PEOPLE TO THEIR WORK, THEIR LIVES,
THEIR WORLD.

0
 * Living
   
   
   LIVING ROOM
   
   Classic or contemporary, bring everyone together with modern living room
   furniture.
   
   Living Room Lookbook
    * Lounge Chairs
    * Sofas
    * Side & Coffee Tables
    * Benches & Ottomans
    * Lighting & Accessories
    * Pillows
   
   Shop All
   
   

 * Dining
   
   
   DINING ROOM
   
   Bring style and sophistication to the table. Pair iconic modern dining tables
   with signature side chairs.
   
   Dining Room Lookbook
    * Dining Tables
    * Dining Chairs
    * Stools & Barstools
    * Storage
    * Accessories
   
   Shop All
   
   

 * Work from Home
   
   
   WORK FROM HOME
   
   Modern Comfort that Works.
   An affordable range of desks, chairs and accessories for working and learning
   at home. Most products ship free in 1–3 days.
   
   Work from Home Inspiration
    * Ergonomic & Work Chairs
    * Desks & Tables
    * Lighting & Accessories
    * Storage
   
   Shop All
   
   

 * Outdoor
   
   
   OUTDOOR
   
   Furniture to spend your summer in: sip, dip and sun in style.
   
   Outdoor Lookbook
    * Dining Chairs & Stools
    * Dining Tables
    * Lounge Seating
    * Side & Coffee Tables
   
   Shop All
   
   

 * Collections
   
   
   COLLECTIONS
   
   Since 1938, Knoll has been recognized for creating modern furniture that
   inspires, evolves, and endures. Steeped in the history of modernism, our
   vision is carried forward today by the most talented contemporary designers.
   
   CLASSICS
   
    * Saarinen
    * Mies van der Rohe
    * Bertoia
    * Florence Knoll
    * Platner
    * Schultz
    * Breuer
    * Risom
    * Pollock
    * Nakashima
    * Noguchi
   
   Shop All
   
   CONTEMPORARY
   
    * Ini Archibong
    * Piero Lissoni
    * Barber Osgerby
    * Sir David Adjaye
    * Marc Newson
    * Marc Krusin
    * Formway Design
    * Antenna Design
    * Daniel Stromborg
    * David Rockwell
   
   Shop All
   
   MUUTO
   
    * Side Chairs & Stools
    * Lounge
    * Tables & Storage
    * Lighting
    * Accessories
    * Rugs & Throws
   
   Shop All
 * In Stock
   
   
   IN STOCK
   
   Discover classic and contemporary solutions for living, dining, and more with
   in-stock designs available in 1–2 weeks or as quickly as 1–3 days.
   
   Shop All In Stock
   
   

 * Inspiration
   
   
   INSPIRATION
   
   Discover how Knoll furniture comes together to create inspired modern
   interiors throughout the home.
   
   STORIES
   
    * Shu Magazine
    * The Archive
    * Original Design
    * Sustainable Design
    * All Stories
   
   LOOKBOOKS
   
    * Living Room
    * Dining Room
    * Outdoor
    * Work from Home
    * Learn from Home
    * #myknoll Gallery
   
   DESIGN TOGETHER
   
    * NY Home Design Shop
    * LA Home Design Shop
    * Home Design at the D&D
    * Virtual Shop Tour
    * Trade Services

 * 

 * Products
   
   
   PRODUCTS
   
   We believe well-designed objects deliver efficiency, joy and satisfaction to
   the people who use them.
   
   SEATING
   
    * Work Chairs
    * Side Chairs
    * Lounge Seating
    * Outdoor Seating
   
   TABLES
   
    * Meeting & Conference
    * Height-Adjustable
    * Desks & Benching
    * Dining & Café
    * Training Tables
    * Occasional Tables
    * Outdoor Tables
   
   SYSTEMS & STORAGE
   
    * Open Plan
    * Private Office
    * Technology Distribution
    * Interior Architecture
    * Storage
    * Architectural & Acoustic
   
   ACCESSORIES
   
    * Screens
    * Monitor Arms & Technology Support
    * Lighting
    * Communication Boards
    * Organization & Accent

 * Collections
   
   
   COLLECTIONS
   
   Whether you are a commercial, educational, healthcare or government
   organization, we can help you achieve your workplace goals with an unmatched
   collection of products across a constellation of brands.
   
   WORKPLACE
   COLLECTIONS
   
    * Antenna Workspaces
    * Dividends Horizon
    * Rockwell Unscripted
    * Reff Profiles
    * Islands by Knoll
    * Pixel
    * Anchor Storage
    * Generation by Knoll
   
   OUR
   DESIGNERS
   
    * David Adjaye
    * Barber + Osgerby
    * Harry Bertoia
    * Florence Knoll
    * Marc Krusin
    * Piero Lissoni
    * Ludwig Mies van der Rohe
    * Warren Platner
    * Jens Risom
    * Eero Saarinen
    * Richard Schultz
   
   View All
 * Resources
   
   
   RESOURCES
   
   Resources and tools for architects, designers and facilities professionals.
   
   DESIGNER RESOURCES
   
    * Photo and Media Bank
    * Surface Finish Library
    * Wood Resources
    * 3D Furniture Symbols
    * Planning Ideas Library
    * Project Profiles
   
   PRODUCT INFORMATION
   
    * Price Lists
    * Planning & Specification Guides
    * Brochures
    * Cutsheets
    * Sustainable Design
    * Product Care and Cleaning
    * Installation Instructions
    * Parts & Keys Manuals
    * Warranty
   
   SHOWROOMS & MORE
   
    * Knoll Showrooms
    * Sales Teams
    * How to Purchase

 * Research
   
   
   RESEARCH
   
   Explore the links between workplace design and human behavior; ergonomics and
   health; and the quality of the workplace and user performance.
   
   TOPICS
   
    * Benchmarking
    * Change Management
    * Case Studies
    * Design + Planning
    * Ergonomics + Well-Being
    * Infographics
    * Products
    * Work Trends
   
   View All
   
   CUSTOMER STORIES
   
    * Case Studies
    * Project Profiles
   
   VIRTUAL ENGAGEMENT
   
    * k. talks

 * Planning
   
   
   PLANNING
   
   We match your needs with research-supported tools, techniques, and insights
   we've developed over eight decades, applying our holistic understanding of
   the interplay between people, architecture and furniture, and the experiences
   they create.
   
   OUR APPROACH
   
    * Planning With Knoll
    * Working Remotely
    * Considerations for Returning to a Healthy Workplace
    * The Thriving Workplace
    * Knoll at MillerKnoll Design Days 2022
   
   INSIGHTS
   
    * Knoll Works 2022
    * r/evolution workplace
    * Workplace Themes
    * Workplace Technology
    * Holistic Ergonomics
   
   SPACES
   
    * Workstations
    * Shared Spaces
    * Private Offices
    * Outdoor Spaces
    * Planning Ideas Library

 * Markets
   
   
   LET'S WORK TOGETHER
   
   At Knoll we pride ourselves on offering specific guidance and solutions for
   clients across diverse industries. Our specialized sales teams and tailored
   product offerings help create inspired environments for any kind of work.
   
   Find a Specialist
    * Healthcare
    * Education
    * Small Business and Startups
    * Legal
    * Government & GSA
    * Canadian Federal Government
    * Global Business Division
    * Residential

 * 

 * Products
   
   
   
   PRODUCTS
   
   Shop products developed for healthcare, hospitality, educational, corporate,
   and residential interiors.
   
   Recent Introductions
    * Upholstery
    * Wallcovering
    * Drapery
    * Panel Fabrics
    * Privacy Curtains
    * Pillows
    * Acoustic Tiles
    * All Textiles
   
   

 * Collections
   
   
   
   COLLECTIONS
   
   Against the backdrop of the rich and storied work of Florence Knoll, every
   Knoll Textiles collection combines beauty and function, producing fresh
   perspectives for contemporary interiors.
   
   Explore
    * The Winter Collection featuring Ultrasuede
    * The Nick Cave Collection
    * The Heritage Collection
    * The Focus Collection
    * The Pattern Play Collection
    * The New Fundamentals Collection
    * The Montage Collection
    * The Spring Forward Collection
    * The Fields Collection
    * Knoll Luxe
   
   

 * Collaborators
   
   
   
   COLLABORATORS
   
   Knoll Textiles collaborates with the best designers and artists in an
   exploration of new materials and constructions to produce collections that is
   are at once forward-thinking and timeless.
   
   Explore
    * Nick Cave
    * 2x4
    * David Adjaye
    * Anni Albers
    * Irma Boom
    * Alejandro Cardenas
    * Maria Cornejo
    * Abbott Miller
    * Kari Pei
    * Rodarte
    * Proenza Schouler
    * Ruth Adler Schnee
    * SUNO
    * Trove
   
   

 * Resources
   
   
   
   RESOURCES
   
   Find helpful resources for every step of your project, from pricing to
   installation and cleaning.
   
    * Textiles Price List
    * Finishes Price List
    * Technical Documents
    * Sample Returns
    * Photo Search
    * Video Library
    * Knoll Textiles Help Center
   
   

 * Furniture Partners
   
   
   
   FURNITURE PARTNERS
   
   Our classic, timeless textiles are available through partner programs with
   many furniture manufacturers.
   
   Learn More
   
   

 * About
   
   
   
   ABOUT US
   
   Combining beauty and function in the Modernist tradition since 1947.
    
   
   Customer Service
   1.866.565.5858
   textiles_orders@knoll.com
    
   
   
   
   
    * Find A Rep
    * Knoll Textiles Help Center
    * Custom Capabilities

 * 

 * About
   
   
   ABOUT KNOLL
   
   We use modern design to connect people to their work, their lives, their
   world. Since 1938, we have been recognized internationally for creating
   workplace and residential furnishings that inspire, evolve, and endure.
   
    * Why Knoll?
    * What Drives Us
    * Our Designers
    * Sustainable Design
    * Community Impact

 * The Archive
 * Newsroom
 * Sales Teams
 * Investor Relations
 * Careers
 * 


0

OUTDOOR SALE EXTENDED: 15% OFF + FREE SHIPPING
OUTDOOR SALE EXTENDED

0


 * SHOP
   
   Shop online for living, dining and work from home essentials.
   
   * SHOP
     
     Shop online for living, dining and work from home essentials.
   * Living
     
     * LIVING
       
       Classic or contemporary, bring everyone together with modern living room
       furniture.
       
       Living Room Lookbook
     * Lounge Chairs
     * Sofas
     * Side & Coffee Tables
     * Benches & Ottomans
     * Lighting & Accessories
     * Pillows
     * Shop All
     * 
     * 
   * Dining
     
     * DINING
       
       Bring style and sophistication to the table. Pair iconic modern dining
       tables with signature side chairs.
       
       Dining Room Lookbook
     * Dining Tables
     * Dining Chairs
     * Stools & Barstools
     * Storage
     * Accessories
     * Shop All
     * 
     * 
   * Work from Home
     
     * WORK FROM HOME
       
       Modern Comfort that Works.
       An affordable range of desks, chairs and accessories for working and
       learning at home. Most products ship free in 1–3 days.
       
       Work from Home Inspiration
     * Ergonomic & Work Chairs
     * Desks & Tables
     * Lighting & Accessories
     * Storage
     * Shop All
     * 
     * 
   * Outdoor
     
     * OUTDOOR
       
       Furniture to spend your summer in: sip, dip and sun in style.
       
       Outdoor Lookbook
     * Dining Chairs & Stools
     * Dining Tables
     * Lounge Seating
     * Side & Coffee Tables
     * Shop All
     * 
     * 
   * Collections
     
     * COLLECTIONS
       
       Since 1938, Knoll has been recognized for creating modern furniture that
       inspires, evolves, and endures. Steeped in the history of modernism, our
       vision is carried forward today by the most talented contemporary
       designers.
     
     * Classics
       
       * CLASSICS
       
       * Saarinen
       * Mies van der Rohe
       * Bertoia
       * Florence Knoll
       * Platner
       * Schultz
       * Breuer
       * Risom
       * Pollock
       * Nakashima
       * Noguchi
       * Shop All
     * Contemporary
       
       * CONTEMPORARY
       
       * Ini Archibong
       * Piero Lissoni
       * Barber Osgerby
       * Sir David Adjaye
       * Marc Newson
       * Marc Krusin
       * Formway Design
       * Antenna Design
       * Daniel Stromborg
       * David Rockwell
       * Shop All
     * Muuto
       
       * MUUTO
       
       * Side Chairs & Stools
       * Lounge
       * Tables & Storage
       * Lighting
       * Accessories
       * Rugs & Throws
       * Shop All
   * In Stock
     
     * IN STOCK
       
       Discover classic and contemporary solutions for living, dining, and more
       with in-stock designs available in 1–2 weeks or as quickly as 1–3 days.
     
     * Shop All In Stock
     * 
     * 
   * Inspiration
     
     * INSPIRATION
       
       Discover how Knoll furniture comes together to create inspired modern
       interiors throughout the home.
     
     * Stories
       
       * STORIES
       
       * Shu Magazine
       * The Archive
       * Original Design
       * Sustainable Design
       * All Stories
     * Lookbooks
       
       * LOOKBOOKS
       
       * Living Room
       * Dining Room
       * Outdoor
       * Work from Home
       * Learn from Home
       * #myknoll Gallery
     * Design Together
       
       * DESIGN TOGETHER
       
       * NY Home Design Shop
       * LA Home Design Shop
       * Home Design at the D&D
       * Virtual Shop Tour
       * Trade Services

 * WORKPLACE
   
   Explore products and resources for planning a workplace for a commercial,
   education, healthcare or government organization.
   
   * WORKPLACE
     
     Explore products and resources for planning a workplace for a commercial,
     education, healthcare or government organization.
   * Products
     
     * PRODUCTS
       
       We believe well-designed objects deliver efficiency, joy and satisfaction
       to the people who use them.
     
     * Seating
       
       * SEATING
       
       * Work Chairs
       * Side Chairs
       * Lounge Seating
       * Outdoor Seating
     * Tables
       
       * TABLES
       
       * Meeting & Conference
       * Height-Adjustable
       * Desks & Benching
       * Dining & Café
       * Training Tables
       * Occasional Tables
       * Outdoor Tables
     * Systems & Storage
       
       * SYSTEMS & STORAGE
       
       * Open Plan
       * Private Office
       * Technology Distribution
       * Interior Architecture
       * Storage
       * Architectural & Acoustic
     * Accessories
       
       * ACCESSORIES
       
       * Screens
       * Monitor Arms & Technology Support
       * Lighting
       * Communication Boards
       * Organization & Accent
   * Collections
     
     * COLLECTIONS
       
       Whether you are a commercial, educational, healthcare or government
       organization, we can help you achieve your workplace goals with an
       unmatched collection of products across a constellation of brands.
     
     * Workplace
       Collections
       
       * WORKPLACE
         COLLECTIONS
       
       * Antenna Workspaces
       * Dividends Horizon
       * Rockwell Unscripted
       * Reff Profiles
       * Islands by Knoll
       * Pixel
       * Anchor Storage
       * Generation by Knoll
     * Our
       Designers
       
       * OUR
         DESIGNERS
       
       * David Adjaye
       * Barber + Osgerby
       * Harry Bertoia
       * Florence Knoll
       * Marc Krusin
       * Piero Lissoni
       * Ludwig Mies van der Rohe
       * Warren Platner
       * Jens Risom
       * Eero Saarinen
       * Richard Schultz
       * View All
   * Resources
     
     * RESOURCES
       
       Resources and tools for architects, designers and facilities
       professionals.
     
     * Designer Resources
       
       * DESIGNER RESOURCES
       
       * Photo and Media Bank
       * Surface Finish Library
       * Wood Resources
       * 3D Furniture Symbols
       * Planning Ideas Library
       * Project Profiles
     * Product Information
       
       * PRODUCT INFORMATION
       
       * Price Lists
       * Planning & Specification Guides
       * Brochures
       * Cutsheets
       * Sustainable Design
       * Product Care and Cleaning
       * Installation Instructions
       * Parts & Keys Manuals
       * Warranty
     * Showrooms & More
       
       * SHOWROOMS & MORE
       
       * Knoll Showrooms
       * Sales Teams
       * How to Purchase
   * Research
     
     * RESEARCH
       
       Explore the links between workplace design and human behavior; ergonomics
       and health; and the quality of the workplace and user performance.
     
     * Topics
       
       * TOPICS
       
       * Benchmarking
       * Change Management
       * Case Studies
       * Design + Planning
       * Ergonomics + Well-Being
       * Infographics
       * Products
       * Work Trends
       * View All
     * Customer Stories
       
       * CUSTOMER STORIES
       
       * Case Studies
       * Project Profiles
     * Virtual Engagement
       
       * VIRTUAL ENGAGEMENT
       
       * k. talks
   * Planning
     
     * PLANNING
       
       We match your needs with research-supported tools, techniques, and
       insights we've developed over eight decades, applying our holistic
       understanding of the interplay between people, architecture and
       furniture, and the experiences they create.
     
     * Our Approach
       
       * OUR APPROACH
       
       * Planning With Knoll
       * Working Remotely
       * Considerations for Returning to a Healthy Workplace
       * The Thriving Workplace
       * Knoll at MillerKnoll Design Days 2022
     * Insights
       
       * INSIGHTS
       
       * Knoll Works 2022
       * r/evolution workplace
       * Workplace Themes
       * Workplace Technology
       * Holistic Ergonomics
     * Spaces
       
       * SPACES
       
       * Workstations
       * Shared Spaces
       * Private Offices
       * Outdoor Spaces
       * Planning Ideas Library
   * Markets
     
     * MARKETS
       
       At Knoll we pride ourselves on offering specific guidance and solutions
       for clients across diverse industries. Our specialized sales teams and
       tailored product offerings help create inspired environments for any kind
       of work.
       
       Find a Specialist
     * 
     * Healthcare
     * Education
     * Small Business and Startups
     * Legal
     * Government & GSA
     * Canadian Federal Government
     * Global Business Division
     * Residential

 * TEXTILES
   
   Shop Knoll Textiles upholstery, wallcovering, drapery and more.
   
   * TEXTILES
     
     Shop Knoll Textiles upholstery, wallcovering, drapery and more.
   * Products
     
     * PRODUCTS
       
       Shop products developed for healthcare, hospitality, educational,
       corporate, and residential interiors.
       
       Recent Introductions
     * Upholstery
     * Wallcovering
     * Drapery
     * Panel Fabrics
     * Privacy Curtains
     * Pillows
     * Acoustic Tiles
     * All Textiles
   * Collections
     
     * COLLECTIONS
       
       Against the backdrop of the rich and storied work of Florence Knoll,
       every Knoll Textiles collection combines beauty and function, producing
       fresh perspectives for contemporary interiors.
       
       Explore
     * The Winter Collection featuring Ultrasuede
     * The Nick Cave Collection
     * The Heritage Collection
     * The Focus Collection
     * The Pattern Play Collection
     * The New Fundamentals Collection
     * The Montage Collection
     * The Spring Forward Collection
     * The Fields Collection
     * Knoll Luxe
   * Collaborators
     
     * COLLABORATORS
       
       Knoll Textiles collaborates with the best designers and artists in an
       exploration of new materials and constructions to produce collections
       that is are at once forward-thinking and timeless.
       
       Explore
     * Nick Cave
     * 2x4
     * David Adjaye
     * Anni Albers
     * Irma Boom
     * Alejandro Cardenas
     * Maria Cornejo
     * Abbott Miller
     * Kari Pei
     * Rodarte
     * Proenza Schouler
     * Ruth Adler Schnee
     * SUNO
     * Trove
   * Resources
     
     * RESOURCES
       
       Find helpful resources for every step of your project, from pricing to
       installation and cleaning.
     
     * Textiles Price List
     * Finishes Price List
     * Technical Documents
     * Sample Returns
     * Photo Search
     * Video Library
     * Knoll Textiles Help Center
   * Furniture Partners
     
     * FURNITURE PARTNERS
       
       Our classic, timeless textiles are available through partner programs
       with many furniture manufacturers.
       
       Learn More
   * About
     
     * ABOUT
       
       Combining beauty and function in the Modernist tradition since 1947.
        
       
       Customer Service
       1.866.565.5858
       textiles_orders@knoll.com
        
       
       
       
       
     * Find A Rep
     * Knoll Textiles Help Center
     * Custom Capabilities

 * DISCOVER
   
   Learn how we use modern design to connect people to their work, their lives,
   their world.
   
   * DISCOVER
     
     Learn how we use modern design to connect people to their work, their
     lives, their world.
   * About
     
     * ABOUT
       
       We use modern design to connect people to their work, their lives, their
       world. Since 1938, we have been recognized internationally for creating
       workplace and residential furnishings that inspire, evolve, and endure.
     
     * Why Knoll?
     * What Drives Us
     * Our Designers
     * Sustainable Design
     * Community Impact
   * The Archive
     
     * THE ARCHIVE
       
       Explore The Knoll Archive
   * Newsroom
     
     * NEWSROOM
       
       Discover what's going on in the Knoll Universe, from product launches to
       press releases.
       Visit the Newsroom
   * Sales Teams
     
     * SALES TEAMS
       
       We bring you an international perspective through our sales and service
       teams worldwide. 
       Find a Specialist
   * Investor Relations
     
     * INVESTOR RELATIONS
       
       Go to Investor Relations
   * Careers
     
     * CAREERS
       
       Come work at Knoll and discover a work experience where diverse ideas are
       met with enthusiasm, and where you can learn and grow to your full
       potential. 
       Explore Careers at Knoll

Help Center Locations Sign In Order Status


MOST POPULAR PRODUCTS

Saarinen Dining Table

42" Round

Saarinen Dining Table

78" Oval

Womb? Chair with Ottoman



Barcelona® Chair



Wassily? Chair



Cesca? Chair

Armless with Upholstered Seat & Back

Bertoia Side Chair



1966 Dining Chair

with Arms

Generation by Knoll®



ReGeneration by Knoll®



Hipso Adjustable Standing Desk

51" x 24"

Rockwell Unscripted® Easy Table

54" x 27"


HELPFUL LINKS

Shu Magazine

Page

Original Design

Page

Residential Help

Page

Product Care & Cleaning

Page

Warranty

Page




ACCOUNT LOGIN


ONLINE CUSTOMERS

Forgot your password?



CLOSE NEW ACCOUNTCREATE NEW ACCOUNT

Please make the highlighted corrections All fields are required


I am a... Design Enthusiast Interior Designer / Architect Drapery / Upholstery
Workroom Student Other
I am a...
 * I am a...
 * Design Enthusiast
 * Interior Designer / Architect
 * Drapery / Upholstery Workroom
 * Student
 * Other







Subscribe to Knoll Newsletter


MILLERKNOLL ASSOCIATES AND DEALERS

Forgot your password?

 

Knoll Dealers: For log in assistance, contact us.




HERE TO HELP

 * Help Center
 * Warranty
 * Promotional Terms & Conditions
 * Sign In
 * Cookie Notice
 * Privacy Notice
 * Do Not Sell My Information
 * Accessibility Statement
 * Group Health Plan Disclosure
 * Terms of Use
 * Email Preference Center


WORKPLACE & COMMERCIAL

 * Workplace Help
 * How to Purchase
 * Showrooms
 * Dealer Locations
 * Sales Teams


RESIDENTIAL

 * Residential Help
 * How to Purchase
 * Home Design Shops
 * Home Design at the D&D
 * Virtual Shop Tour
 * Retailer Locations
 * Trade Services


CORPORATE INFO

 * Corporate Help
 * Newsroom
 * Sustainable Design
 * Original Design
 * Community Impact
 * Careers
 * Diversity & Inclusion
 * Investor Relations
 * Knoll International

Email Address


JOIN US

 * 
 * 
 * 
 * 



 * ©2023 Knoll, Inc.

Part of the MillerKnoll collective




AT MILLERKNOLL, WE RESPECT YOUR PRIVACY

We use cookies to personalize content and ads, provide social media features,
and analyze our traffic. We also share information about your use of our site
with our social media, advertising, and analytics partners. By selecting “Accept
All Cookies,” you consent to the use of these methods by us and our third-party
partners. If you select "Only Necessary Cookies" we will only use strictly
necessary cookies required for the operation of our website. You can also select
"Cookie Settings" to review and control the specific groups of cookies you would
like to receive.View our Cookies Notice to learn more about how we use cookies
and how you can manage them.

Only Necessary Cookies Accept All Cookies
Cookies Settings



PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Cookie Notice
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms.    You can set your browser to
block or alert you about these cookies, but some parts of the site will not then
work. These cookies do not store any personally identifiable information.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages.    If you do not allow these cookies then
some or all of these services may not function properly.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site.    All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites.    They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

Cookies Details‎
Back Button


PERFORMANCE COOKIES



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

 * 
   
   View Cookies
   
    * Name
      cookie name

Only Necessary Cookies Confirm My Choices




JOIN THE CONVERSATION

Sign up and stay connected with Knoll:



What are you interested in?

Home
Workspaces
Textiles

maybe later



English
Accessibility Adjustments
Reset Settings Statement Hide Interface

Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Clear flashes & reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
ADHD Friendly Profile More focus & fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Cognitive Disability Profile Assists with reading & focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
Keyboard Navigation (Motor) Use website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
OFF ON
Blind Users (Screen Reader) Optimize website for screen-readers
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
High Contrast
High Saturation
Adjust Text Colors
Cancel
Monochrome
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility By
Learn More
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語
Polski
Türk
Accessibility StatementCompliance status

We firmly believe that the internet should be available and accessible to anyone
and are committed to providing a website that is accessible to the broadest
possible audience, regardless of ability.

To fulfill this, we aim to adhere as strictly as possible to the World Wide Web
Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA
level. These guidelines explain how to make web content accessible to people
with a wide array of disabilities. Complying with those guidelines helps us
ensure that the website is accessible to blind people, people with motor
impairments, visual impairment, cognitive disabilities, and more.

This website utilizes various technologies that are meant to make it as
accessible as possible at all times. We utilize an accessibility interface that
allows persons with specific disabilities to adjust the website’s UI (user
interface) and design it to their personal needs.

Additionally, the website utilizes an AI-based application that runs in the
background and optimizes its accessibility level constantly. This application
remediates the website’s HTML, adapts its functionality and behavior for
screen-readers used by blind users, and for keyboard functions used by
individuals with motor impairments.

If you wish to contact the website’s owner please use the website's form

Screen-reader and keyboard navigation

Our website implements the ARIA attributes (Accessible Rich Internet
Applications) technique, alongside various behavioral changes, to ensure blind
users visiting with screen-readers can read, comprehend, and enjoy the website’s
functions. As soon as a user with a screen-reader enters your site, they
immediately receive a prompt to enter the Screen-Reader Profile so they can
browse and operate your site effectively. Here’s how our website covers some of
the most important screen-reader requirements:

 1. Screen-reader optimization: we run a process that learns the website’s
    components from top to bottom, to ensure ongoing compliance even when
    updating the website. In this process, we provide screen-readers with
    meaningful data using the ARIA set of attributes. For example, we provide
    accurate form labels; descriptions for actionable icons (social media icons,
    search icons, cart icons, etc.); validation guidance for form inputs;
    element roles such as buttons, menus, modal dialogues (popups), and others. 
    
    Additionally, the background process scans all of the website’s images. It
    provides an accurate and meaningful image-object-recognition-based
    description as an ALT (alternate text) tag for images that are not
    described. It will also extract texts embedded within the image using an OCR
    (optical character recognition) technology. To turn on screen-reader
    adjustments at any time, users need only to press the Alt+1 keyboard
    combination. Screen-reader users also get automatic announcements to turn
    the Screen-reader mode on as soon as they enter the website.
    
    These adjustments are compatible with popular screen readers such as JAWS,
    NVDA, VoiceOver, and TalkBack.
    
    
 2. Keyboard navigation optimization: The background process also adjusts the
    website’s HTML and adds various behaviors using JavaScript code to make the
    website operable by the keyboard. This includes the ability to navigate the
    website using the Tab and Shift+Tab keys, operate dropdowns with the arrow
    keys, close them with Esc, trigger buttons and links using the Enter key,
    navigate between radio and checkbox elements using the arrow keys, and fill
    them in with the Spacebar or Enter key.
    
    Additionally, keyboard users will find content-skip menus available at any
    time by clicking Alt+2, or as the first element of the site while navigating
    with the keyboard. The background process also handles triggered popups by
    moving the keyboard focus towards them as soon as they appear, not allowing
    the focus to drift outside.
    
    Users can also use shortcuts such as “M” (menus), “H” (headings), “F”
    (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Disability profiles supported on our website
 * Epilepsy Safe Profile: this profile enables people with epilepsy to safely
   use the website by eliminating the risk of seizures resulting from flashing
   or blinking animations and risky color combinations.
 * Vision Impaired Profile: this profile adjusts the website so that it is
   accessible to the majority of visual impairments such as Degrading Eyesight,
   Tunnel Vision, Cataract, Glaucoma, and others.
 * Cognitive Disability Profile: this profile provides various assistive
   features to help users with cognitive disabilities such as Autism, Dyslexia,
   CVA, and others, to focus on the essential elements more easily.
 * ADHD Friendly Profile: this profile significantly reduces distractions and
   noise to help people with ADHD, and Neurodevelopmental disorders browse,
   read, and focus on the essential elements more easily.
 * Blind Users Profile (Screen-readers): this profile adjusts the website to be
   compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A
   screen-reader is installed on the blind user’s computer, and this site is
   compatible with it.
 * Keyboard Navigation Profile (Motor-Impaired): this profile enables
   motor-impaired persons to operate the website using the keyboard Tab,
   Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M”
   (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to
   jump to specific elements.

Additional UI, design, and readability adjustments
 1. Font adjustments – users can increase and decrease its size, change its
    family (type), adjust the spacing, alignment, line height, and more.
 2. Color adjustments – users can select various color contrast profiles such as
    light, dark, inverted, and monochrome. Additionally, users can swap color
    schemes of titles, texts, and backgrounds with over seven different coloring
    options.
 3. Animations – epileptic users can stop all running animations with the click
    of a button. Animations controlled by the interface include videos, GIFs,
    and CSS flashing transitions.
 4. Content highlighting – users can choose to emphasize essential elements such
    as links and titles. They can also choose to highlight focused or hovered
    elements only.
 5. Audio muting – users with hearing devices may experience headaches or other
    issues due to automatic audio playing. This option lets users mute the
    entire website instantly.
 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and
    Wiktionary, allowing people with cognitive disorders to decipher meanings of
    phrases, initials, slang, and others.
 7. Additional functions – we allow users to change cursor color and size, use a
    printing mode, enable a virtual keyboard, and many other functions.

Assistive technology and browser compatibility

We aim to support as many browsers and assistive technologies as possible, so
our users can choose the best fitting tools for them, with as few limitations as
possible. Therefore, we have worked very hard to be able to support all major
systems that comprise over 95% of the user market share, including Google
Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA
(screen readers), both for Windows and MAC users.

Notes, comments, and feedback

Despite our very best efforts to allow anybody to adjust the website to their
needs, there may still be pages or sections that are not fully accessible, are
in the process of becoming accessible, or are lacking an adequate technological
solution to make them accessible. Still, we are continually improving our
accessibility, adding, updating, improving its options and features, and
developing and adopting new technologies. All this is meant to reach the optimal
level of accessibility following technological advancements. If you wish to
contact the website’s owner, please use the website's form

Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...
Press Alt+1 for screen-reader mode