Hex Color #675EDE - Custom Color
Color Codes
HEX
#675EDE
RGB
rgb(103, 94, 222)
HSL
hsl(244, 66%, 62%)
CMYK
cmyk(54%, 58%, 0%, 13%)
HSV
hsv(244, 58%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.96:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.23: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: #675EDE;
color: #675EDE;
border-color: #675EDE;
}
Tailwind CSS (with arbitrary values)
bg-[#675EDE]
text-[#675EDE]
border-[#675EDE]
// Example usage:
<div className="bg-[#675EDE]">