Hex Color #F7669C - Custom Color
Color Codes
HEX
#F7669C
RGB
rgb(247, 102, 156)
HSL
hsl(338, 90%, 68%)
CMYK
cmyk(0%, 59%, 37%, 3%)
HSV
hsv(338, 59%, 97%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.86:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.34: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: #F7669C;
color: #F7669C;
border-color: #F7669C;
}
Tailwind CSS (with arbitrary values)
bg-[#F7669C]
text-[#F7669C]
border-[#F7669C]
// Example usage:
<div className="bg-[#F7669C]">