Hex Color #BC657C - Custom Color
Color Codes
HEX
#BC657C
RGB
rgb(188, 101, 124)
HSL
hsl(344, 39%, 57%)
CMYK
cmyk(0%, 46%, 34%, 26%)
HSV
hsv(344, 46%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.97:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.29: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: #BC657C;
color: #BC657C;
border-color: #BC657C;
}
Tailwind CSS (with arbitrary values)
bg-[#BC657C]
text-[#BC657C]
border-[#BC657C]
// Example usage:
<div className="bg-[#BC657C]">