Hex Color #BA99FB - Custom Color

Color Codes

HEX
#BA99FB
RGB
rgb(186, 153, 251)
HSL
hsl(260, 92%, 79%)
CMYK
cmyk(26%, 39%, 0%, 2%)
HSV
hsv(260, 39%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.32:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 9.04:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #BA99FB;
color: #BA99FB;
border-color: #BA99FB;
}

Tailwind CSS (with arbitrary values)

bg-[#BA99FB]
text-[#BA99FB]
border-[#BA99FB]
// Example usage:
<div className="bg-[#BA99FB]">