HSL(178, 20%, 43%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(178,20%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 20%, 43%) | color: hsl(178, 20%, 43%) | |
| HEX | #588482 | color: #588482 | |
| RGB | rgb(88, 132, 130) | color: rgb(88, 132, 130) | |
| CMYK | cmyk(33%, 0%, 2%, 48%) | — | |
| HSV | hsv(177, 33%, 52%) | — | |
| HWB | hwb(177 35% 48%) | color: hwb(177 35% 48%) | |
| OKLCH | oklch(0.5808 0.0484 192.3) | color: oklch(0.5808 0.0484 192.3) | |
| Lab | lab(52.05 -15.5 -3.74) | color: lab(52.05 -15.5 -3.74) | |
| LCH | lch(52.05 15.94 193.57) | color: lch(52.05 15.94 193.57) |
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)
#6B6B82 — rgb(107, 107, 130)
Deuteranopia (Green-blind)
#696583 — rgb(105, 101, 131)
Tritanopia (Blue-blind)
#5A8383 — rgb(90, 131, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 20%, 43%);
text
color: hsl(178, 20%, 43%);
border
border: 2px solid hsl(178, 20%, 43%);
gradient light
background: linear-gradient(to right, hsl(178, 20%, 63%), hsl(178, 20%, 43%));
gradient dark
background: linear-gradient(to right, hsl(178, 20%, 43%), hsl(178, 20%, 23%))
hex
background-color: #588482;
tailwind
bg-[hsl(178,20%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 20%, 43%, 0.4);
css variable
--color-primary: hsl(178, 20%, 43%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 20%, 43%)?
HEX: #588482 | RGB: rgb(88, 132, 130) | CMYK: 33%, 0%, 2%, 48% | HSV: 177°, 33%, 52%. Copy any format from the conversion table above.
What colors go well with #588482?
The complementary color is HSL(358, 20%, 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, 20%, 43%) in CSS?
As HSL: color: hsl(178, 20%, 43%); — As HEX: color: #588482; — As RGB: color: rgb(88, 132, 130); — Tailwind CSS: bg-[hsl(178,20%,43%)] — CSS variable: --color-primary: hsl(178, 20%, 43%);