Carnation Pink Color

What Color is Carnation Pink?

Carnation pink is a soft bright pink. It looks sweet like flowers.

#FFA6C9
FormatCodeImage
Hex
#FFA6C9
Carnation Pink Color Code
RGB
255, 166, 201
HSL
336, 100%, 83%
CMYK
0%, 35%, 21%, 0%
OKLCH
oklch(0.823 0.113 355)

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

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #00000011.55:1
AA AA Large AAA

Sample Text

The quick brown fox jumps over the lazy dog.

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

Sample Text

The quick brown fox jumps over the lazy dog.

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

Sample Text

The quick brown fox jumps over the lazy dog.

Background: #3333336.95: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
/* Carnation Pink Color */
:root {
  --color-carnation-pink-color: #FFA6C9;
  --color-carnation-pink-color-rgb: 255, 166, 201;
}

.element {
  background-color: var(--color-carnation-pink-color);
  color: rgba(var(--color-carnation-pink-color-rgb), 0.8);
}
SCSS
// Carnation Pink Color Variables
$carnation-pink-color: #FFA6C9;
$carnation-pink-color-rgb: 255, 166, 201;

// Usage
.element {
  background-color: $carnation-pink-color;
  border-color: darken($carnation-pink-color, 10%);
  box-shadow: 0 4px 6px rgba($carnation-pink-color-rgb, 0.2);
}
Tailwind Config
// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'carnation-pink-color': '#FFA6C9',
        'carnation-pink-color-light': '#FFE5F0',
        'carnation-pink-color-dark': '#FF5C9D',
      },
    },
  },
}
JSON
{
  "name": "Carnation Pink Color",
  "hex": "#FFA6C9",
  "rgb": {
    "r": 255,
    "g": 166,
    "b": 201
  },
  "hsl": {
    "h": 336,
    "s": 100,
    "l": 83
  }
}

Visual Usage Examples

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