Hex Color #63747E - Custom Color
Color Codes
HEX
#63747E
RGB
rgb(99, 116, 126)
HSL
hsl(202, 12%, 44%)
CMYK
cmyk(21%, 8%, 0%, 51%)
HSV
hsv(202, 21%, 49%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.85:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.33: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: #63747E;
color: #63747E;
border-color: #63747E;
}
Tailwind CSS (with arbitrary values)
bg-[#63747E]
text-[#63747E]
border-[#63747E]
// Example usage:
<div className="bg-[#63747E]">