Hex Color #A1949F - Custom Color
Color Codes
HEX
#A1949F
RGB
rgb(161, 148, 159)
HSL
hsl(309, 6%, 61%)
CMYK
cmyk(0%, 8%, 1%, 37%)
HSV
hsv(309, 8%, 63%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.90:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.25: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: #A1949F;
color: #A1949F;
border-color: #A1949F;
}
Tailwind CSS (with arbitrary values)
bg-[#A1949F]
text-[#A1949F]
border-[#A1949F]
// Example usage:
<div className="bg-[#A1949F]">