Baker-Miller Pink (#FF91AF)

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: 2.12:1 — vs black: 9.92:1

Color values

  • HEX #FF91AF
  • RGB rgb(255, 145, 175)
  • HSL hsl(343, 43%, 100%)
  • CMYK cmyk( 0, 43.14, 31.37, 0 )

Tags

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

Color Harmonies

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

Complementary

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

Baker-Miller Pink
#FF91AF Base
#91FFE1
Analogous

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

Baker-Miller Pink
#FF91AF Base
#FF91E6
#FFAA91
Triadic

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

Baker-Miller Pink
#FF91AF Base
#AFFF91
#91AFFF
Split-Complementary

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

Baker-Miller Pink
#FF91AF Base
#91FFAA
#91E6FF
Tetradic (Square)

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

Baker-Miller Pink
#FF91AF Base
#E6FF91
#91FFE1
#AA91FF
Monochromatic

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

Baker-Miller Pink
#FF91AF Base
#F70043
#FF4577
#FF6891
#FFBACD
#FFDEE7
#FFE6EC
Shades & Tints

Darker shades and lighter tints of Baker-Miller Pink, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#1A0007
#64001B
#AF0030
#FA0044
#FF4679
Baker-Miller Pink #FF91AF Base
#FFA2BB
#FFB3C8
#FFC4D4
#FFD5E0
#FFE6EC
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FF91AF,
        #FFFFFF
    );
}
SCSS Variable
// SCSS variable
$baker-miller-pink: #FF91AF;

// With RGB channels (useful for rgba() usage)
$baker-miller-pink-r: 255;
$baker-miller-pink-g: 145;
$baker-miller-pink-b: 175;

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

How Baker-Miller Pink appears to people with different types of color vision deficiency.

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

Baker-Miller Pink #FF91AF Base
Flamingo Pink #FC8EAC ΔE 0.80
Pink Sherbet #F78FA7 ΔE 1.94
Tickle Me Pink #FC89AC ΔE 1.94
Vanilla Ice #F38FA9 ΔE 2.07

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.