HSL(191, 51%, 57%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,51%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 51%, 57%) | color: hsl(191, 51%, 57%) | |
| HEX | #59B5C9 | color: #59B5C9 | |
| RGB | rgb(89, 181, 201) | color: rgb(89, 181, 201) | |
| CMYK | cmyk(56%, 10%, 0%, 21%) | — | |
| HSV | hsv(191, 56%, 79%) | — | |
| HWB | hwb(191 35% 21%) | color: hwb(191 35% 21%) | |
| OKLCH | oklch(0.7245 0.0917 213.86) | color: oklch(0.7245 0.0917 213.86) | |
| Lab | lab(69.03 -21.66 -18.46) | color: lab(69.03 -21.66 -18.46) | |
| LCH | lch(69.03 28.46 220.44) | color: lch(69.03 28.46 220.44) |
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)
#8182C4 — rgb(129, 130, 196)
Deuteranopia (Green-blind)
#7C75C3 — rgb(124, 117, 195)
Tritanopia (Blue-blind)
#5EC0C0 — rgb(94, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 51%, 57%);
text
color: hsl(191, 51%, 57%);
border
border: 2px solid hsl(191, 51%, 57%);
gradient light
background: linear-gradient(to right, hsl(191, 51%, 77%), hsl(191, 51%, 57%));
gradient dark
background: linear-gradient(to right, hsl(191, 51%, 57%), hsl(191, 51%, 37%))
hex
background-color: #59B5C9;
tailwind
bg-[hsl(191,51%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 51%, 57%, 0.4);
css variable
--color-primary: hsl(191, 51%, 57%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 51%, 57%)?
HEX: #59B5C9 | RGB: rgb(89, 181, 201) | CMYK: 56%, 10%, 0%, 21% | HSV: 191°, 56%, 79%. Copy any format from the conversion table above.
What colors go well with #59B5C9?
The complementary color is HSL(11, 51%, 57%). 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, 51%, 57%) in CSS?
As HSL: color: hsl(191, 51%, 57%); — As HEX: color: #59B5C9; — As RGB: color: rgb(89, 181, 201); — Tailwind CSS: bg-[hsl(191,51%,57%)] — CSS variable: --color-primary: hsl(191, 51%, 57%);