Periwinkle (Purple)
#BCBFF6
RGB: 188, 191, 246
Color OverviewHEX #BCBFF6
#BCBFF6 Color Code Information
In the RGB color space, #BCBFF6 is composed of 74% red, 75% green, and 96% blue. In the HSL color space, it has a hue of 237°, saturation of 76%, and lightness of 85%.
HEX
#BCBFF6
RGB
188, 191, 246
HSL
237°, 76%, 85%
HSV
237°, 24%, 96%
CMYK
24%, 22%, 0%, 4%
Name Match
Periwinkle
Closest StandardShades of #BCBFF6 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #BCBFF6 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #BCBFF6 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #BCBFF6
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #BCBFF6 Background
Contrast Ratio against Pure White (#FFFFFF):1.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BCBFF6 Background
Contrast Ratio against Pure Black (#000000):11.92 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #BCBFF6;
}
.element {
color: #BCBFF6;
background-color: #BCBFF6;
border-color: #BCBFF6;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#BCBFF6] text-[#BCBFF6] border-[#BCBFF6]"> Content styled with #BCBFF6 </div>