Hex Color #DB829E - Custom Color

Color Codes

HEX
#DB829E
RGB
rgb(219, 130, 158)
HSL
hsl(341, 55%, 68%)
CMYK
cmyk(0%, 41%, 28%, 14%)
HSV
hsv(341, 41%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 7.70:1
Pass - WCAG AA (Normal Text)
Pass - 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: #DB829E;
color: #DB829E;
border-color: #DB829E;
}

Tailwind CSS (with arbitrary values)

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