Sky Magenta (#CF71AF)

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: #000000
Contrast vs white: 3.17:1 — vs black: 6.63:1

Color values

  • HEX #CF71AF
  • RGB rgb(207, 113, 175)
  • HSL hsl(320, 49%, 62%)
  • CMYK cmyk( 0, 45, 15, 19 )
  • Websafe #CC6699

Tags

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

Color Harmonies

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

Complementary

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

Sky Magenta
#CF71AF Base
#71CF91
Analogous

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

Sky Magenta
#CF71AF Base
#C071CF
#CF7180
Triadic

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

Sky Magenta
#CF71AF Base
#AFCF71
#71AFCF
Split-Complementary

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

Sky Magenta
#CF71AF Base
#80CF71
#71CFC0
Tetradic (Square)

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

Sky Magenta
#CF71AF Base
#CFC071
#71CF91
#7180CF
Monochromatic

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

Sky Magenta
#CF71AF Base
#7D2A61
#B63E8D
#C5539E
#D98FC0
#E2AACF
#F6E3EF
Shades & Tints

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

Shades (darker)

#13060F
#3F1531
#6B2453
#973375
#C04596
Sky Magenta #CF71AF Base
#D78ABD
#E0A2CB
#E8BBD9
#F0D3E6
#F9ECF4
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #CF71AF,
        #71CF91
    );
}
SCSS Variable
// SCSS variable
$sky-magenta: #CF71AF;

// With RGB channels (useful for rgba() usage)
$sky-magenta-r: 207;
$sky-magenta-g: 113;
$sky-magenta-b: 175;

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

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

Normal Vision #CF71AF How the color appears with full color vision.
Deuteranopia #9494AD 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 #8080AF Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #CA7B7B Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #919191 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 Sky Magenta ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Sky Magenta #CF71AF Base
Super Pink #CF6BA9 ΔE 1.64
Wild Orchid #D470A2 ΔE 3.68
Thulian Pink #DE6FA1 ΔE 5.27
Pearly Purple #B768A2 ΔE 5.37

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.