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