Hex Color #D8657C - Custom Color

Color Codes

HEX
#D8657C
RGB
rgb(216, 101, 124)
HSL
hsl(348, 60%, 62%)
CMYK
cmyk(0%, 53%, 43%, 15%)
HSV
hsv(348, 53%, 85%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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