Hex Color #50625F - Custom Color

Color Codes

HEX
#50625F
RGB
rgb(80, 98, 95)
HSL
hsl(170, 10%, 35%)
CMYK
cmyk(18%, 0%, 3%, 62%)
HSV
hsv(170, 18%, 38%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.25: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: #50625F;
color: #50625F;
border-color: #50625F;
}

Tailwind CSS (with arbitrary values)

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