Hex Color #B2384D - Custom Color

Color Codes

HEX
#B2384D
RGB
rgb(178, 56, 77)
HSL
hsl(350, 52%, 46%)
CMYK
cmyk(0%, 69%, 57%, 30%)
HSV
hsv(350, 69%, 70%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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