Lavender Blush (#FFF0F5)
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: 1.10:1 — vs black: 19.03:1
Color values
-
HEX
#FFF0F5 -
RGB
rgb(255, 240, 245) -
HSL
hsl(340, 100%, 97%) -
CMYK
cmyk( 0, 6, 4, 0 ) -
Websafe
#FFFFFF
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FFF0F5 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FFF0F5
Base
#F0FFFA
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FFF0F5
Base
#FFF0FC
#FFF2F0
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FFF0F5
Base
#F5FFF0
#F0F5FF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FFF0F5
Base
#F0FFF2
#F0FCFF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FFF0F5
Base
#FCFFF0
#F0FFFA
#F2F0FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FFF0F5
Base
#FF578F
#FFA3C2
#FFC7DA
#FFE6EE
Darker shades and lighter tints of Lavender Blush, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A0009
#770028
#D50047
#FF3478
#FF92B6
#FFF0F5
Base
#FFE6EE
#FFE6EE
#FFE6EE
#FFE6EE
#FFE6EE
Ready-to-use code snippets for #FFF0F5. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FFF0F5;
}
/* Text */
.element {
color: #FFF0F5;
}
/* Border */
.element {
border: 1px solid #FFF0F5;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FFF0F5,
#F0FFFA
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FFF0F5,
#F0FFFA
);
}
// SCSS variable
$lavender-blush: #FFF0F5;
// With RGB channels (useful for rgba() usage)
$lavender-blush-r: 255;
$lavender-blush-g: 240;
$lavender-blush-b: 245;
// Usage
.element {
background-color: $lavender-blush;
color: rgba($lavender-blush-r, $lavender-blush-g, $lavender-blush-b, 0.8);
}
How Lavender Blush appears to people with different types of color vision deficiency.
#FFF0F5
How the color appears with full color vision.
#F4F4F5
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#F2F2F5
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FEF1F1
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#F4F4F4
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.