Hex Color #303236 - Custom Color
Color Codes
HEX
#303236
RGB
rgb(48, 50, 54)
HSL
hsl(220, 6%, 20%)
CMYK
cmyk(11%, 7%, 0%, 79%)
HSV
hsv(220, 11%, 21%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 12.84:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 1.64: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: #303236;
color: #303236;
border-color: #303236;
}
Tailwind CSS (with arbitrary values)
bg-[#303236]
text-[#303236]
border-[#303236]
// Example usage:
<div className="bg-[#303236]">