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
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.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#F4BBFF
Base
#C6FFBB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#F4BBFF
Base
#D2BBFF
#FFBBE8
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#F4BBFF
Base
#FFF4BB
#BBFFF4
Two colors flanking the complement — high contrast with less tension than full complementary.
#F4BBFF
Base
#E8FFBB
#BBFFD2
Four colors at 90° intervals — rich variety, best when one color dominates.
#F4BBFF
Base
#FFD2BB
#C6FFBB
#BBE8FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#F4BBFF
Base
#DB22FF
#E86FFF
#ED92FF
#FBE4FF
#FBE6FF
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
#F4BBFF
Base
#F5C3FF
#F7CCFF
#F8D5FF
#F9DDFF
#FBE6FF
Ready-to-use code snippets for #F4BBFF. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #F4BBFF;
}
/* Text */
.element {
color: #F4BBFF;
}
/* Border */
.element {
border: 1px solid #F4BBFF;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#F4BBFF,
#C6FFBB
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#F4BBFF,
#C6FFBB
);
}
// 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);
}
How Brilliant Lavender appears to people with different types of color vision deficiency.
#F4BBFF
How the color appears with full color vision.
#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.
#C2C2FF
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#ECC5C5
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#CECECE
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.