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
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
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #A2006D based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#A2006D
Base
#00A235
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#A2006D
Base
#8600A2
#A2001C
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#A2006D
Base
#6DA200
#006DA2
Two colors flanking the complement — high contrast with less tension than full complementary.
#A2006D
Base
#1CA200
#00A286
Four colors at 90° intervals — rich variety, best when one color dominates.
#A2006D
Base
#A28600
#00A235
#001CA2
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#A2006D
Base
#1A0011
#55003A
#790052
#CB0088
#EE00A0
#FF3CBF
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
#A2006D
Base
#E20098
#FF24B7
#FF65CC
#FFA5E2
#FFE6F7
Ready-to-use code snippets for #A2006D. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #A2006D;
}
/* Text */
.element {
color: #A2006D;
}
/* Border */
.element {
border: 1px solid #A2006D;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#A2006D,
#45FF82
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#A2006D,
#45FF82
);
}
// 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);
}
How Flirt appears to people with different types of color vision deficiency.
#A2006D
How the color appears with full color vision.
#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.
#38386E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#9E2626
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#545454
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.