Hex Color #57BCFF - Custom Color

Color Codes

HEX
#57BCFF
RGB
rgb(87, 188, 255)
HSL
hsl(204, 100%, 67%)
CMYK
cmyk(66%, 26%, 0%, 0%)
HSV
hsv(204, 66%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 10.04: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: #57BCFF;
color: #57BCFF;
border-color: #57BCFF;
}

Tailwind CSS (with arbitrary values)

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