Hex Color #BCA9FD - Custom Color

Color Codes

HEX
#BCA9FD
RGB
rgb(188, 169, 253)
HSL
hsl(254, 95%, 83%)
CMYK
cmyk(26%, 33%, 0%, 1%)
HSV
hsv(254, 33%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 10.23: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: #BCA9FD;
color: #BCA9FD;
border-color: #BCA9FD;
}

Tailwind CSS (with arbitrary values)

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