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

Sample Text
This is how text may look on this color.
Best text color: #000000
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.

Complementary

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

Rich Brilliant Lavender
#F1A7FE Base
#B4FEA7
Analogous

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

Rich Brilliant Lavender
#F1A7FE Base
#C5A7FE
#FEA7DF
Triadic

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

Rich Brilliant Lavender
#F1A7FE Base
#FEF1A7
#A7FEF1
Split-Complementary

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

Rich Brilliant Lavender
#F1A7FE Base
#DFFEA7
#A7FEC5
Tetradic (Square)

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

Rich Brilliant Lavender
#F1A7FE Base
#FEC5A7
#B4FEA7
#A7DFFE
Monochromatic

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

Rich Brilliant Lavender
#F1A7FE Base
#D910FC
#E55BFD
#EB7FFE
#F7CFFE
#FBE6FF
Shades & Tints

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
Rich Brilliant Lavender #F1A7FE Base
#F3B4FE
#F5C0FE
#F7CDFE
#F9D9FF
#FBE6FF
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F1A7FE,
        #FEFEFE
    );
}
SCSS Variable
// 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);
}
Color Blindness Simulation

How Rich Brilliant Lavender appears to people with different types of color vision deficiency.

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

Rich Brilliant Lavender #F1A7FE Base
Mauve #E0B0FF ΔE 4.41
Brilliant Lavender #F4BBFF ΔE 4.97
Bright Ube #D19FE8 ΔE 5.70
Plum #DDA0DD ΔE 5.85

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.