Light Taupe Color

What Color is Light Taupe?

Light taupe is a soft gray-brown. It looks gentle like dust.

#C4A484
FormatCodeImage
Hex
#C4A484
Light Taupe Color Code
RGB
196, 164, 132
HSL
30, 35%, 64%
CMYK
0%, 16%, 33%, 23%
OKLCH
oklch(0.739 0.058 67)

Color Harmonies

Balanced color combinations based on color theory. Click to copy.

Analogous

Adjacent colors - harmony and unity

Monochromatic

Same hue, varied lightness - cohesive designs

Complementary

Opposite colors - high contrast

Split Complementary

Base + adjacent complements - balanced contrast

Triadic

Evenly spaced - vibrant palettes

Square

Four colors at 90° - bold combinations

Tetradic

Rectangle shape - rich variety

Compound

Analogous + complements - sophisticated

Accessibility & Contrast Checker

Ensure your color combinations meet WCAG accessibility standards for readability. Test text contrast against different backgrounds.

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #FFFFFF2.34:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #0000008.99:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F52.14:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A7.45:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333335.41:1
AA AA Large AAA

WCAG Guidelines: AA requires 4.5:1 for normal text, 3:1 for large text. AAA requires 7:1 for normal text, 4.5:1 for large text. Large text is 18pt+ or 14pt bold+.

Code Snippets

Ready-to-use code snippets for CSS, SCSS, Tailwind, and more. Click to copy.

CSS Variables
/* Light Taupe Color */
:root {
  --color-light-taupe-color: #C4A484;
  --color-light-taupe-color-rgb: 196, 164, 132;
}

.element {
  background-color: var(--color-light-taupe-color);
  color: rgba(var(--color-light-taupe-color-rgb), 0.8);
}
SCSS
// Light Taupe Color Variables
$light-taupe-color: #C4A484;
$light-taupe-color-rgb: 196, 164, 132;

// Usage
.element {
  background-color: $light-taupe-color;
  border-color: darken($light-taupe-color, 10%);
  box-shadow: 0 4px 6px rgba($light-taupe-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'light-taupe-color': '#C4A484',
        'light-taupe-color-light': '#DCC9B7',
        'light-taupe-color-dark': '#A97D51',
      },
    },
  },
}
JSON
{
  "name": "Light Taupe Color",
  "hex": "#C4A484",
  "rgb": {
    "r": 196,
    "g": 164,
    "b": 132
  },
  "hsl": {
    "h": 30,
    "s": 35,
    "l": 64
  }
}

Visual Usage Examples

See how Light Taupe Color looks in real-world design applications.

Website Header
Logo
HomeAboutContact
Card Component
Buttons
Background Usage

Heading Text

This is how body text appears on this background color. Good contrast is essential for readability.

Badges & Tags
NewFeaturedPopular
Gradients (Click to copy)
Complementary
Fade
Analogous
Radial