Hex Color #FF867D - Custom Color

Color Codes

HEX
#FF867D
RGB
rgb(255, 134, 125)
HSL
hsl(4, 100%, 75%)
CMYK
cmyk(0%, 47%, 51%, 0%)
HSV
hsv(4, 51%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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