HSL(178, 21%, 43%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,21%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 21%, 43%) | color: hsl(178, 21%, 43%) | |
| HEX | #578583 | color: #578583 | |
| RGB | rgb(87, 133, 131) | color: rgb(87, 133, 131) | |
| CMYK | cmyk(35%, 0%, 2%, 48%) | — | |
| HSV | hsv(177, 35%, 52%) | — | |
| HWB | hwb(177 34% 48%) | color: hwb(177 34% 48%) | |
| OKLCH | oklch(0.583 0.0503 192.39) | color: oklch(0.583 0.0503 192.39) | |
| Lab | lab(52.33 -16.09 -3.92) | color: lab(52.33 -16.09 -3.92) | |
| LCH | lch(52.33 16.56 193.69) | color: lch(52.33 16.56 193.69) |
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)
#6B6B83 — rgb(107, 107, 131)
Deuteranopia (Green-blind)
#686584 — rgb(104, 101, 132)
Tritanopia (Blue-blind)
#598484 — rgb(89, 132, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 21%, 43%);
text
color: hsl(178, 21%, 43%);
border
border: 2px solid hsl(178, 21%, 43%);
gradient light
background: linear-gradient(to right, hsl(178, 21%, 63%), hsl(178, 21%, 43%));
gradient dark
background: linear-gradient(to right, hsl(178, 21%, 43%), hsl(178, 21%, 23%))
hex
background-color: #578583;
tailwind
bg-[hsl(178,21%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 21%, 43%, 0.4);
css variable
--color-primary: hsl(178, 21%, 43%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 21%, 43%)?
HEX: #578583 | RGB: rgb(87, 133, 131) | CMYK: 35%, 0%, 2%, 48% | HSV: 177°, 35%, 52%. Copy any format from the conversion table above.
What colors go well with #578583?
The complementary color is HSL(358, 21%, 43%). For a triadic harmony, use hues 178°, 298°, and 58°. For analogous combinations, try hues 148° and 208°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(178, 21%, 43%) in CSS?
As HSL: color: hsl(178, 21%, 43%); — As HEX: color: #578583; — As RGB: color: rgb(87, 133, 131); — Tailwind CSS: bg-[hsl(178,21%,43%)] — CSS variable: --color-primary: hsl(178, 21%, 43%);