Brilliant Lavender (#F4BBFF)

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.57:1 — vs black: 13.40:1

Color values

  • HEX #F4BBFF
  • RGB rgb(244, 187, 255)
  • HSL hsl(290, 100%, 86%)
  • CMYK cmyk( 4, 27, 0, 0 )
  • Websafe #FFCCFF

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #F4BBFF based on color theory relationships.

Complementary

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

Brilliant Lavender
#F4BBFF Base
#C6FFBB
Analogous

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

Brilliant Lavender
#F4BBFF Base
#D2BBFF
#FFBBE8
Triadic

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

Brilliant Lavender
#F4BBFF Base
#FFF4BB
#BBFFF4
Split-Complementary

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

Brilliant Lavender
#F4BBFF Base
#E8FFBB
#BBFFD2
Tetradic (Square)

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

Brilliant Lavender
#F4BBFF Base
#FFD2BB
#C6FFBB
#BBE8FF
Monochromatic

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

Brilliant Lavender
#F4BBFF Base
#DB22FF
#E86FFF
#ED92FF
#FBE4FF
#FBE6FF
Shades & Tints

Darker shades and lighter tints of Brilliant Lavender, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#15001A
#5B006D
#A100C0
#D914FF
#E768FF
Brilliant Lavender #F4BBFF Base
#F5C3FF
#F7CCFF
#F8D5FF
#F9DDFF
#FBE6FF
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F4BBFF,
        #C6FFBB
    );
}
SCSS Variable
// SCSS variable
$brilliant-lavender: #F4BBFF;

// With RGB channels (useful for rgba() usage)
$brilliant-lavender-r: 244;
$brilliant-lavender-g: 187;
$brilliant-lavender-b: 255;

// Usage
.element {
    background-color: $brilliant-lavender;
    color: rgba($brilliant-lavender-r, $brilliant-lavender-g, $brilliant-lavender-b, 0.8);
}
Color Blindness Simulation

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

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

Brilliant Lavender #F4BBFF Base
Mauve #E0B0FF ΔE 4.77
Plum #DDA0DD ΔE 7.05
Light Orchid #E6A8D7 ΔE 7.42

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.