Hex Color #21784A - Custom Color

Color Codes

HEX
#21784A
RGB
rgb(33, 120, 74)
HSL
hsl(148, 57%, 30%)
CMYK
cmyk(73%, 0%, 38%, 53%)
HSV
hsv(148, 73%, 47%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #21784A;
color: #21784A;
border-color: #21784A;
}

Tailwind CSS (with arbitrary values)

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