Hex Color #F7BFCD - Custom Color

Color Codes

HEX
#F7BFCD
RGB
rgb(247, 191, 205)
HSL
hsl(345, 78%, 86%)
CMYK
cmyk(0%, 23%, 17%, 3%)
HSV
hsv(345, 23%, 97%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #F7BFCD;
color: #F7BFCD;
border-color: #F7BFCD;
}

Tailwind CSS (with arbitrary values)

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