Hex Color #B0DCDB - Custom Color

Color Codes

HEX
#B0DCDB
RGB
rgb(176, 220, 219)
HSL
hsl(179, 39%, 78%)
CMYK
cmyk(20%, 0%, 0%, 14%)
HSV
hsv(179, 20%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #B0DCDB;
color: #B0DCDB;
border-color: #B0DCDB;
}

Tailwind CSS (with arbitrary values)

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