Hex Color #6DDFDB - Custom Color
Color Codes
HEX
#6DDFDB
RGB
rgb(109, 223, 219)
HSL
hsl(178, 64%, 65%)
CMYK
cmyk(51%, 0%, 2%, 13%)
HSV
hsv(178, 51%, 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.23: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: #6DDFDB;
color: #6DDFDB;
border-color: #6DDFDB;
}
Tailwind CSS (with arbitrary values)
bg-[#6DDFDB]
text-[#6DDFDB]
border-[#6DDFDB]
// Example usage:
<div className="bg-[#6DDFDB]">