Hex Color #44083D - Custom Color
Color Codes
HEX
#44083D
RGB
rgb(68, 8, 61)
HSL
hsl(307, 79%, 15%)
CMYK
cmyk(0%, 88%, 10%, 73%)
HSV
hsv(307, 88%, 27%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 15.58:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.35: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: #44083D;
color: #44083D;
border-color: #44083D;
}
Tailwind CSS (with arbitrary values)
bg-[#44083D]
text-[#44083D]
border-[#44083D]
// Example usage:
<div className="bg-[#44083D]">