Hex Color #003BFF - Custom Color
Color Codes
HEX
#003BFF
RGB
rgb(0, 59, 255)
HSL
hsl(226, 100%, 50%)
CMYK
cmyk(100%, 77%, 0%, 0%)
HSV
hsv(226, 100%, 100%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.84:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.07: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: #003BFF;
color: #003BFF;
border-color: #003BFF;
}
Tailwind CSS (with arbitrary values)
bg-[#003BFF]
text-[#003BFF]
border-[#003BFF]
// Example usage:
<div className="bg-[#003BFF]">