Hex Color #4EAEEE - Custom Color

Color Codes

HEX
#4EAEEE
RGB
rgb(78, 174, 238)
HSL
hsl(204, 82%, 62%)
CMYK
cmyk(67%, 27%, 0%, 7%)
HSV
hsv(204, 67%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 8.61:1
Pass - WCAG AA (Normal Text)
Pass - 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: #4EAEEE;
color: #4EAEEE;
border-color: #4EAEEE;
}

Tailwind CSS (with arbitrary values)

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