Hex Color #3B278A - Custom Color

Color Codes

HEX
#3B278A
RGB
rgb(59, 39, 138)
HSL
hsl(252, 56%, 35%)
CMYK
cmyk(57%, 72%, 0%, 46%)
HSV
hsv(252, 72%, 54%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.84: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: #3B278A;
color: #3B278A;
border-color: #3B278A;
}

Tailwind CSS (with arbitrary values)

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