Hex Color #B935A5 - Custom Color
Color Codes
HEX
#B935A5
RGB
rgb(185, 53, 165)
HSL
hsl(309, 55%, 47%)
CMYK
cmyk(0%, 71%, 11%, 27%)
HSV
hsv(309, 71%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.10:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.12:1
Fail - 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: #B935A5;
color: #B935A5;
border-color: #B935A5;
}
Tailwind CSS (with arbitrary values)
bg-[#B935A5]
text-[#B935A5]
border-[#B935A5]
// Example usage:
<div className="bg-[#B935A5]">