Hex Color #6CDFDB - Custom Color

Color Codes

HEX
#6CDFDB
RGB
rgb(108, 223, 219)
HSL
hsl(178, 64%, 65%)
CMYK
cmyk(52%, 0%, 2%, 13%)
HSV
hsv(178, 52%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 13.22: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: #6CDFDB;
color: #6CDFDB;
border-color: #6CDFDB;
}

Tailwind CSS (with arbitrary values)

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