Hex Color #F30FDA - Custom Color

Color Codes

HEX
#F30FDA
RGB
rgb(243, 15, 218)
HSL
hsl(307, 90%, 51%)
CMYK
cmyk(0%, 94%, 10%, 5%)
HSV
hsv(307, 94%, 95%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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