Hex Color #BC6284 - Custom Color

Color Codes

HEX
#BC6284
RGB
rgb(188, 98, 132)
HSL
hsl(337, 40%, 56%)
CMYK
cmyk(0%, 48%, 30%, 26%)
HSV
hsv(337, 48%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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