Hex Color #38AD38 - Custom Color

Color Codes

HEX
#38AD38
RGB
rgb(56, 173, 56)
HSL
hsl(120, 51%, 45%)
CMYK
cmyk(68%, 0%, 68%, 32%)
HSV
hsv(120, 68%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 7.20:1
Pass - WCAG AA (Normal Text)
Pass - 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: #38AD38;
color: #38AD38;
border-color: #38AD38;
}

Tailwind CSS (with arbitrary values)

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