Hex Color #395352 - Custom Color

Color Codes

HEX
#395352
RGB
rgb(57, 83, 82)
HSL
hsl(178, 19%, 27%)
CMYK
cmyk(31%, 0%, 1%, 67%)
HSV
hsv(178, 31%, 33%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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