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