Hex Color #FF0745 - Custom Color
Color Codes
HEX
#FF0745
RGB
rgb(255, 7, 69)
HSL
hsl(345, 100%, 51%)
CMYK
cmyk(0%, 97%, 73%, 0%)
HSV
hsv(345, 97%, 100%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.91:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.37: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: #FF0745;
color: #FF0745;
border-color: #FF0745;
}
Tailwind CSS (with arbitrary values)
bg-[#FF0745]
text-[#FF0745]
border-[#FF0745]
// Example usage:
<div className="bg-[#FF0745]">