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