Hex Color #4985EB - Custom Color

Color Codes

HEX
#4985EB
RGB
rgb(73, 133, 235)
HSL
hsl(218, 80%, 60%)
CMYK
cmyk(69%, 43%, 0%, 8%)
HSV
hsv(218, 69%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 5.84: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: #4985EB;
color: #4985EB;
border-color: #4985EB;
}

Tailwind CSS (with arbitrary values)

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