HSL(181, 19%, 58%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(181,19%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(181, 19%, 58%) | color: hsl(181, 19%, 58%) | |
| HEX | #80A8A8 | color: #80A8A8 | |
| RGB | rgb(128, 168, 168) | color: rgb(128, 168, 168) | |
| CMYK | cmyk(24%, 0%, 0%, 34%) | — | |
| HSV | hsv(180, 24%, 66%) | — | |
| HWB | hwb(180 50% 34%) | color: hwb(180 50% 34%) | |
| OKLCH | oklch(0.7025 0.0433 196.21) | color: oklch(0.7025 0.0433 196.21) | |
| Lab | lab(66.07 -13.45 -4.42) | color: lab(66.07 -13.45 -4.42) | |
| LCH | lch(66.07 14.16 198.19) | color: lch(66.07 14.16 198.19) |
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)
#9192A8 — rgb(145, 146, 168)
Deuteranopia (Green-blind)
#8F8CA8 — rgb(143, 140, 168)
Tritanopia (Blue-blind)
#82A8A8 — rgb(130, 168, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(181, 19%, 58%);
text
color: hsl(181, 19%, 58%);
border
border: 2px solid hsl(181, 19%, 58%);
gradient light
background: linear-gradient(to right, hsl(181, 19%, 78%), hsl(181, 19%, 58%));
gradient dark
background: linear-gradient(to right, hsl(181, 19%, 58%), hsl(181, 19%, 38%))
hex
background-color: #80A8A8;
tailwind
bg-[hsl(181,19%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(181, 19%, 58%, 0.4);
css variable
--color-primary: hsl(181, 19%, 58%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(181, 19%, 58%)?
HEX: #80A8A8 | RGB: rgb(128, 168, 168) | CMYK: 24%, 0%, 0%, 34% | HSV: 180°, 24%, 66%. Copy any format from the conversion table above.
What colors go well with #80A8A8?
The complementary color is HSL(1, 19%, 58%). For a triadic harmony, use hues 181°, 301°, and 61°. For analogous combinations, try hues 151° and 211°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(181, 19%, 58%) in CSS?
As HSL: color: hsl(181, 19%, 58%); — As HEX: color: #80A8A8; — As RGB: color: rgb(128, 168, 168); — Tailwind CSS: bg-[hsl(181,19%,58%)] — CSS variable: --color-primary: hsl(181, 19%, 58%);