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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FF91AF
Base
#91FFE1
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FF91AF
Base
#FF91E6
#FFAA91
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FF91AF
Base
#AFFF91
#91AFFF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FF91AF
Base
#91FFAA
#91E6FF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FF91AF
Base
#E6FF91
#91FFE1
#AA91FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FF91AF
Base
#F70043
#FF4577
#FF6891
#FFBACD
#FFDEE7
#FFE6EC
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
#FF91AF
Base
#FFA2BB
#FFB3C8
#FFC4D4
#FFD5E0
#FFE6EC
Ready-to-use code snippets for #FF91AF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FF91AF;
}
/* Text */
.element {
color: #FF91AF;
}
/* Border */
.element {
border: 1px solid #FF91AF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FF91AF,
#FFFFFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FF91AF,
#FFFFFF
);
}
// 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);
}
How Baker-Miller Pink appears to people with different types of color vision deficiency.
#FF91AF
How the color appears with full color vision.
#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.
#A2A2B0
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FD9595
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B2B2B2
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.