Hex Color #A2067B - Custom Color

Color Codes

HEX
#A2067B
RGB
rgb(162, 6, 123)
HSL
hsl(315, 93%, 33%)
CMYK
cmyk(0%, 96%, 24%, 36%)
HSV
hsv(315, 96%, 64%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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