Hex Color #195BCC - Custom Color

Color Codes

HEX
#195BCC
RGB
rgb(25, 91, 204)
HSL
hsl(218, 78%, 45%)
CMYK
cmyk(88%, 55%, 0%, 20%)
HSV
hsv(218, 88%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.41: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: #195BCC;
color: #195BCC;
border-color: #195BCC;
}

Tailwind CSS (with arbitrary values)

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