Chambray Color

What Color is Chambray?

Chambray is a soft light blue. It looks nice like old jeans or a comfy shirt.

#A7C7E7
FormatCodeImage
Hex
#A7C7E7
Chambray Color Code
RGB
167, 199, 231
HSL
210, 57%, 78%
CMYK
28%, 14%, 0%, 9%
OKLCH
oklch(0.817 0.057 249)

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: #FFFFFF1.75:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000011.97:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #F5F5F51.61:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A9.92:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333337.20: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
/* Chambray Color */
:root {
  --color-chambray-color: #A7C7E7;
  --color-chambray-color-rgb: 167, 199, 231;
}

.element {
  background-color: var(--color-chambray-color);
  color: rgba(var(--color-chambray-color-rgb), 0.8);
}
SCSS
// Chambray Color Variables
$chambray-color: #A7C7E7;
$chambray-color-rgb: 167, 199, 231;

// Usage
.element {
  background-color: $chambray-color;
  border-color: darken($chambray-color, 10%);
  box-shadow: 0 4px 6px rgba($chambray-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'chambray-color': '#A7C7E7',
        'chambray-color-light': '#E3EDF7',
        'chambray-color-dark': '#6BA1D6',
      },
    },
  },
}
JSON
{
  "name": "Chambray Color",
  "hex": "#A7C7E7",
  "rgb": {
    "r": 167,
    "g": 199,
    "b": 231
  },
  "hsl": {
    "h": 210,
    "s": 57,
    "l": 78
  }
}

Visual Usage Examples

See how Chambray 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