Hex Color #BE048C - Custom Color
Color Codes
HEX
#BE048C
RGB
rgb(190, 4, 140)
HSL
hsl(316, 96%, 38%)
CMYK
cmyk(0%, 98%, 26%, 25%)
HSV
hsv(316, 98%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.86:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.59:1
Fail - 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: #BE048C;
color: #BE048C;
border-color: #BE048C;
}
Tailwind CSS (with arbitrary values)
bg-[#BE048C]
text-[#BE048C]
border-[#BE048C]
// Example usage:
<div className="bg-[#BE048C]">