HSL(191, 37%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,37%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 37%, 52%) | color: hsl(191, 37%, 52%) | |
| HEX | #57A1B2 | color: #57A1B2 | |
| RGB | rgb(87, 161, 178) | color: rgb(87, 161, 178) | |
| CMYK | cmyk(51%, 10%, 0%, 30%) | — | |
| HSV | hsv(191, 51%, 70%) | — | |
| HWB | hwb(191 34% 30%) | color: hwb(191 34% 30%) | |
| OKLCH | oklch(0.6677 0.0777 214.43) | color: oklch(0.6677 0.0777 214.43) | |
| Lab | lab(62.28 -18.3 -15.91) | color: lab(62.28 -18.3 -15.91) | |
| LCH | lch(62.28 24.25 221) | color: lch(62.28 24.25 221) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#7778AE — rgb(119, 120, 174)
Deuteranopia (Green-blind)
#736DAD — rgb(115, 109, 173)
Tritanopia (Blue-blind)
#5BABAA — rgb(91, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 37%, 52%);
text
color: hsl(191, 37%, 52%);
border
border: 2px solid hsl(191, 37%, 52%);
gradient light
background: linear-gradient(to right, hsl(191, 37%, 72%), hsl(191, 37%, 52%));
gradient dark
background: linear-gradient(to right, hsl(191, 37%, 52%), hsl(191, 37%, 32%))
hex
background-color: #57A1B2;
tailwind
bg-[hsl(191,37%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 37%, 52%, 0.4);
css variable
--color-primary: hsl(191, 37%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 37%, 52%)?
HEX: #57A1B2 | RGB: rgb(87, 161, 178) | CMYK: 51%, 10%, 0%, 30% | HSV: 191°, 51%, 70%. Copy any format from the conversion table above.
What colors go well with #57A1B2?
The complementary color is HSL(11, 37%, 52%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 37%, 52%) in CSS?
As HSL: color: hsl(191, 37%, 52%); — As HEX: color: #57A1B2; — As RGB: color: rgb(87, 161, 178); — Tailwind CSS: bg-[hsl(191,37%,52%)] — CSS variable: --color-primary: hsl(191, 37%, 52%);