Dark Beige Color

What Color is Dark Beige?

Dark beige is a muted brown. It looks soft like old sand.

#B38B6D
FormatCodeImage
Hex
#B38B6D
Dark Beige Color Code
RGB
179, 139, 109
HSL
26, 32%, 56%
CMYK
0%, 22%, 39%, 30%
OKLCH
oklch(0.667 0.064 58)

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: #FFFFFF3.07:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #0000006.83:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

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

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A5.66:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333334.11: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
/* Dark Beige Color */
:root {
  --color-dark-beige-color: #B38B6D;
  --color-dark-beige-color-rgb: 179, 139, 109;
}

.element {
  background-color: var(--color-dark-beige-color);
  color: rgba(var(--color-dark-beige-color-rgb), 0.8);
}
SCSS
// Dark Beige Color Variables
$dark-beige-color: #B38B6D;
$dark-beige-color-rgb: 179, 139, 109;

// Usage
.element {
  background-color: $dark-beige-color;
  border-color: darken($dark-beige-color, 10%);
  box-shadow: 0 4px 6px rgba($dark-beige-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'dark-beige-color': '#B38B6D',
        'dark-beige-color-light': '#CDB29D',
        'dark-beige-color-dark': '#8A6447',
      },
    },
  },
}
JSON
{
  "name": "Dark Beige Color",
  "hex": "#B38B6D",
  "rgb": {
    "r": 179,
    "g": 139,
    "b": 109
  },
  "hsl": {
    "h": 26,
    "s": 32,
    "l": 56
  }
}

Visual Usage Examples

See how Dark Beige 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