Hex Color #0570FD - Custom Color

Color Codes

HEX
#0570FD
RGB
rgb(5, 112, 253)
HSL
hsl(214, 98%, 51%)
CMYK
cmyk(98%, 56%, 0%, 1%)
HSV
hsv(214, 98%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 4.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 4.74:1
Pass - 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: #0570FD;
color: #0570FD;
border-color: #0570FD;
}

Tailwind CSS (with arbitrary values)

bg-[#0570FD]
text-[#0570FD]
border-[#0570FD]
// Example usage:
<div className="bg-[#0570FD]">