Rich Brilliant Lavender (#F1A7FE)
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.80:1 — vs black: 11.70:1
Color values
-
HEX
#F1A7FE -
RGB
rgb(241, 167, 254) -
HSL
hsl(291, 34%, 99%) -
CMYK
cmyk( 5.12, 34.25, 0, 0.39 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #F1A7FE based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F1A7FE
Base
#B4FEA7
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F1A7FE
Base
#C5A7FE
#FEA7DF
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F1A7FE
Base
#FEF1A7
#A7FEF1
Two colors flanking the complement — high contrast with less tension than full complementary.
#F1A7FE
Base
#DFFEA7
#A7FEC5
Four colors at 90° intervals — rich variety, best when one color dominates.
#F1A7FE
Base
#FEC5A7
#B4FEA7
#A7DFFE
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F1A7FE
Base
#D910FC
#E55BFD
#EB7FFE
#F7CFFE
#FBE6FF
Darker shades and lighter tints of Rich Brilliant Lavender, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#150019
#580167
#9B02B6
#D80BFC
#E559FD
#F1A7FE
Base
#F3B4FE
#F5C0FE
#F7CDFE
#F9D9FF
#FBE6FF
Ready-to-use code snippets for #F1A7FE. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F1A7FE;
}
/* Text */
.element {
color: #F1A7FE;
}
/* Border */
.element {
border: 1px solid #F1A7FE;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F1A7FE,
#FEFEFE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F1A7FE,
#FEFEFE
);
}
// SCSS variable
$rich-brilliant-lavender: #F1A7FE;
// With RGB channels (useful for rgba() usage)
$rich-brilliant-lavender-r: 241;
$rich-brilliant-lavender-g: 167;
$rich-brilliant-lavender-b: 254;
// Usage
.element {
background-color: $rich-brilliant-lavender;
color: rgba($rich-brilliant-lavender-r, $rich-brilliant-lavender-g, $rich-brilliant-lavender-b, 0.8);
}
How Rich Brilliant Lavender appears to people with different types of color vision deficiency.
#F1A7FE
How the color appears with full color vision.
#C0C0FD
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#B1B1FE
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#E7B5B5
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#C1C1C1
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.