Hex Color #355BCC - Custom Color
Color Codes
HEX
#355BCC
RGB
rgb(53, 91, 204)
HSL
hsl(225, 60%, 50%)
CMYK
cmyk(74%, 55%, 0%, 20%)
HSV
hsv(225, 74%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.97:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.52: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: #355BCC;
color: #355BCC;
border-color: #355BCC;
}
Tailwind CSS (with arbitrary values)
bg-[#355BCC]
text-[#355BCC]
border-[#355BCC]
// Example usage:
<div className="bg-[#355BCC]">