Hex Color #FA8DDB - Custom Color

Color Codes

HEX
#FA8DDB
RGB
rgb(250, 141, 219)
HSL
hsl(317, 92%, 77%)
CMYK
cmyk(0%, 44%, 12%, 2%)
HSV
hsv(317, 44%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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