Hex Color #4A34FA - Custom Color

Color Codes

HEX
#4A34FA
RGB
rgb(74, 52, 250)
HSL
hsl(247, 95%, 59%)
CMYK
cmyk(70%, 79%, 0%, 2%)
HSV
hsv(247, 79%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.16: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: #4A34FA;
color: #4A34FA;
border-color: #4A34FA;
}

Tailwind CSS (with arbitrary values)

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