Hex Color #B098BE - Custom Color
Color Codes
HEX
#B098BE
RGB
rgb(176, 152, 190)
HSL
hsl(278, 23%, 67%)
CMYK
cmyk(7%, 20%, 0%, 25%)
HSV
hsv(278, 20%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.60:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.08: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: #B098BE;
color: #B098BE;
border-color: #B098BE;
}
Tailwind CSS (with arbitrary values)
bg-[#B098BE]
text-[#B098BE]
border-[#B098BE]
// Example usage:
<div className="bg-[#B098BE]">