Hex Color #F6EBFD - Custom Color

Color Codes

HEX
#F6EBFD
RGB
rgb(246, 235, 253)
HSL
hsl(277, 82%, 96%)
CMYK
cmyk(3%, 7%, 0%, 1%)
HSV
hsv(277, 7%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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