Hex Color #B1ABBC - Custom Color

Color Codes

HEX
#B1ABBC
RGB
rgb(177, 171, 188)
HSL
hsl(261, 11%, 70%)
CMYK
cmyk(6%, 9%, 0%, 26%)
HSV
hsv(261, 9%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.23:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 9.42: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: #B1ABBC;
color: #B1ABBC;
border-color: #B1ABBC;
}

Tailwind CSS (with arbitrary values)

bg-[#B1ABBC]
text-[#B1ABBC]
border-[#B1ABBC]
// Example usage:
<div className="bg-[#B1ABBC]">