Hex Color #B8FBBA - Custom Color

Color Codes

HEX
#B8FBBA
RGB
rgb(184, 251, 186)
HSL
hsl(122, 89%, 85%)
CMYK
cmyk(27%, 0%, 26%, 2%)
HSV
hsv(122, 27%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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