Flirt (#A2006D)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 7.62:1 — vs black: 2.76:1

Color values

  • HEX #A2006D
  • RGB rgb(162, 0, 109)
  • HSL hsl(319, 100%, 63%)
  • CMYK cmyk( 0, 100, 32.72, 36.47 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #A2006D based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Flirt
#A2006D Base
#00A235
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Flirt
#A2006D Base
#8600A2
#A2001C
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Flirt
#A2006D Base
#6DA200
#006DA2
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Flirt
#A2006D Base
#1CA200
#00A286
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Flirt
#A2006D Base
#A28600
#00A235
#001CA2
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Flirt
#A2006D Base
#1A0011
#55003A
#790052
#CB0088
#EE00A0
#FF3CBF
Shades & Tints

Darker shades and lighter tints of Flirt, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A0011
#350024
#500036
#6B0048
#87005B
Flirt #A2006D Base
#E20098
#FF24B7
#FF65CC
#FFA5E2
#FFE6F7
CSS & SCSS Snippets

Ready-to-use code snippets for #A2006D. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #A2006D;
}

/* Text */
.element {
    color: #A2006D;
}

/* Border */
.element {
    border: 1px solid #A2006D;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #A2006D,
        #45FF82
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #A2006D,
        #45FF82
    );
}
SCSS Variable
// SCSS variable
$flirt: #A2006D;

// With RGB channels (useful for rgba() usage)
$flirt-r: 162;
$flirt-g: 0;
$flirt-b: 109;

// Usage
.element {
    background-color: $flirt;
    color: rgba($flirt-r, $flirt-g, $flirt-b, 0.8);
}
Color Blindness Simulation

How Flirt appears to people with different types of color vision deficiency.

Normal Vision #A2006D How the color appears with full color vision.
Deuteranopia #5B5B6A Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #38386E Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #9E2626 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #545454 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Flirt ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Flirt #A2006D Base
Jazzberry Jam #A50B5E ΔE 4.38
Dark Raspberry #872657 ΔE 6.51
Boysenberry #873260 ΔE 6.71
French Plum #811453 ΔE 6.87

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.