Hex Color #7374EE - Custom Color
Color Codes
HEX
#7374EE
RGB
rgb(115, 116, 238)
HSL
hsl(240, 78%, 69%)
CMYK
cmyk(52%, 51%, 0%, 7%)
HSV
hsv(240, 52%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.84:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.46: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: #7374EE;
color: #7374EE;
border-color: #7374EE;
}
Tailwind CSS (with arbitrary values)
bg-[#7374EE]
text-[#7374EE]
border-[#7374EE]
// Example usage:
<div className="bg-[#7374EE]">