Hex Color #BB444B - Custom Color

Color Codes

HEX
#BB444B
RGB
rgb(187, 68, 75)
HSL
hsl(356, 47%, 50%)
CMYK
cmyk(0%, 64%, 60%, 27%)
HSV
hsv(356, 64%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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