Mauvelous (#EF98AA)
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.16:1 — vs black: 9.74:1
Color values
-
HEX
#EF98AA -
RGB
rgb(239, 152, 170) -
HSL
hsl(347, 73%, 76%) -
CMYK
cmyk( 0, 36, 29, 6 ) -
Websafe
#FF9999
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #EF98AA based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#EF98AA
Base
#98EFDD
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#EF98AA
Base
#EF98D6
#EFB298
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#EF98AA
Base
#AAEF98
#98AAEF
Two colors flanking the complement — high contrast with less tension than full complementary.
#EF98AA
Base
#98EFB2
#98D6EF
Four colors at 90° intervals — rich variety, best when one color dominates.
#EF98AA
Base
#D6EF98
#98EFDD
#B298EF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#EF98AA
Base
#CE2044
#E55673
#EA758D
#F4BBC7
#F9DAE1
#FCE9ED
Darker shades and lighter tints of Mauvelous, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#160307
#550D1C
#951731
#D42146
#E55976
#EF98AA
Base
#F2A8B7
#F4B8C5
#F7C9D2
#F9D9DF
#FCE9ED
Ready-to-use code snippets for #EF98AA. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #EF98AA;
}
/* Text */
.element {
color: #EF98AA;
}
/* Border */
.element {
border: 1px solid #EF98AA;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#EF98AA,
#98EFDD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#EF98AA,
#98EFDD
);
}
// SCSS variable
$mauvelous: #EF98AA;
// With RGB channels (useful for rgba() usage)
$mauvelous-r: 239;
$mauvelous-g: 152;
$mauvelous-b: 170;
// Usage
.element {
background-color: $mauvelous;
color: rgba($mauvelous-r, $mauvelous-g, $mauvelous-b, 0.8);
}
How Mauvelous appears to people with different types of color vision deficiency.
#EF98AA
How the color appears with full color vision.
#B7B7A8
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#A5A5AA
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#EE9A9A
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#B1B1B1
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.