Hex Color #AEFCB0 - Custom Color

Color Codes

HEX
#AEFCB0
RGB
rgb(174, 252, 176)
HSL
hsl(122, 93%, 84%)
CMYK
cmyk(31%, 0%, 30%, 1%)
HSV
hsv(122, 31%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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