Grey Pink Color

What Color is Grey Pink?

Grey pink is a soft pink-gray. It looks gentle like dusty rose.

#C3B1B1
FormatCodeImage
Hex
#C3B1B1
Grey Pink Color Code
RGB
195, 177, 177
HSL
0, 13%, 73%
CMYK
0%, 9%, 9%, 24%
OKLCH
oklch(0.776 0.021 17)

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.05:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000010.24:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

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

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #1A1A1A8.49:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333336.16: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
/* Grey Pink Color */
:root {
  --color-grey-pink-color: #C3B1B1;
  --color-grey-pink-color-rgb: 195, 177, 177;
}

.element {
  background-color: var(--color-grey-pink-color);
  color: rgba(var(--color-grey-pink-color-rgb), 0.8);
}
SCSS
// Grey Pink Color Variables
$grey-pink-color: #C3B1B1;
$grey-pink-color-rgb: 195, 177, 177;

// Usage
.element {
  background-color: $grey-pink-color;
  border-color: darken($grey-pink-color, 10%);
  box-shadow: 0 4px 6px rgba($grey-pink-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'grey-pink-color': '#C3B1B1',
        'grey-pink-color-light': '#E4DCDC',
        'grey-pink-color-dark': '#A28686',
      },
    },
  },
}
JSON
{
  "name": "Grey Pink Color",
  "hex": "#C3B1B1",
  "rgb": {
    "r": 195,
    "g": 177,
    "b": 177
  },
  "hsl": {
    "h": 0,
    "s": 13,
    "l": 73
  }
}

Visual Usage Examples

See how Grey Pink 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