Hex Color #365FAE - Custom Color

Color Codes

HEX
#365FAE
RGB
rgb(54, 95, 174)
HSL
hsl(219, 53%, 45%)
CMYK
cmyk(69%, 45%, 0%, 32%)
HSV
hsv(219, 69%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.40: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: #365FAE;
color: #365FAE;
border-color: #365FAE;
}

Tailwind CSS (with arbitrary values)

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