Hex Color #630401 - Custom Color
Color Codes
HEX
#630401
RGB
rgb(99, 4, 1)
HSL
hsl(2, 98%, 20%)
CMYK
cmyk(0%, 96%, 99%, 61%)
HSV
hsv(2, 99%, 39%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 13.56:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.55: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: #630401;
color: #630401;
border-color: #630401;
}
Tailwind CSS (with arbitrary values)
bg-[#630401]
text-[#630401]
border-[#630401]
// Example usage:
<div className="bg-[#630401]">