Hex Color #048483 - Custom Color

Color Codes

HEX
#048483
RGB
rgb(4, 132, 131)
HSL
hsl(180, 94%, 27%)
CMYK
cmyk(97%, 0%, 1%, 48%)
HSV
hsv(180, 97%, 52%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.63:1
Pass - 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: #048483;
color: #048483;
border-color: #048483;
}

Tailwind CSS (with arbitrary values)

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