Hex Color #B27FCF - Custom Color

Color Codes

HEX
#B27FCF
RGB
rgb(178, 127, 207)
HSL
hsl(278, 45%, 65%)
CMYK
cmyk(14%, 39%, 0%, 19%)
HSV
hsv(278, 39%, 81%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.83:1
Pass - WCAG AA (Normal Text)
Fail - 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: #B27FCF;
color: #B27FCF;
border-color: #B27FCF;
}

Tailwind CSS (with arbitrary values)

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