Hex Color #B50258 - Custom Color

Color Codes

HEX
#B50258
RGB
rgb(181, 2, 88)
HSL
hsl(331, 98%, 36%)
CMYK
cmyk(0%, 99%, 51%, 29%)
HSV
hsv(331, 99%, 71%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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