Hex Color #D5748A - Custom Color

Color Codes

HEX
#D5748A
RGB
rgb(213, 116, 138)
HSL
hsl(346, 54%, 65%)
CMYK
cmyk(0%, 46%, 35%, 16%)
HSV
hsv(346, 46%, 84%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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