Hex Color #FD30EF - Custom Color

Color Codes

HEX
#FD30EF
RGB
rgb(253, 48, 239)
HSL
hsl(304, 98%, 59%)
CMYK
cmyk(0%, 81%, 6%, 1%)
HSV
hsv(304, 81%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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