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