Hex Color #ED4A4C - Custom Color
Color Codes
HEX
#ED4A4C
RGB
rgb(237, 74, 76)
HSL
hsl(359, 82%, 61%)
CMYK
cmyk(0%, 69%, 68%, 7%)
HSV
hsv(359, 69%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.69:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.68: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: #ED4A4C;
color: #ED4A4C;
border-color: #ED4A4C;
}
Tailwind CSS (with arbitrary values)
bg-[#ED4A4C]
text-[#ED4A4C]
border-[#ED4A4C]
// Example usage:
<div className="bg-[#ED4A4C]">