Hex Color #DBA095 - Custom Color

Color Codes

HEX
#DBA095
RGB
rgb(219, 160, 149)
HSL
hsl(9, 49%, 72%)
CMYK
cmyk(0%, 27%, 32%, 14%)
HSV
hsv(9, 32%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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