Hex Color #B4FEAE - Custom Color

Color Codes

HEX
#B4FEAE
RGB
rgb(180, 254, 174)
HSL
hsl(115, 98%, 84%)
CMYK
cmyk(29%, 0%, 31%, 0%)
HSV
hsv(115, 31%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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