HSL(161, 52%, 58%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,52%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 52%, 58%) | color: hsl(161, 52%, 58%) | |
| HEX | #5CCCA8 | color: #5CCCA8 | |
| RGB | rgb(92, 204, 168) | color: rgb(92, 204, 168) | |
| CMYK | cmyk(55%, 0%, 18%, 20%) | — | |
| HSV | hsv(161, 55%, 80%) | — | |
| HWB | hwb(161 36% 20%) | color: hwb(161 36% 20%) | |
| OKLCH | oklch(0.77 0.116 169.38) | color: oklch(0.77 0.116 169.38) | |
| Lab | lab(75 -40.59 8.35) | color: lab(75 -40.59 8.35) | |
| LCH | lch(75 41.44 168.38) | color: lch(75 41.44 168.38) |
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)
#8C8EB1 — rgb(140, 142, 177)
Deuteranopia (Green-blind)
#867EB3 — rgb(134, 126, 179)
Tritanopia (Blue-blind)
#62B8B9 — rgb(98, 184, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 52%, 58%);
text
color: hsl(161, 52%, 58%);
border
border: 2px solid hsl(161, 52%, 58%);
gradient light
background: linear-gradient(to right, hsl(161, 52%, 78%), hsl(161, 52%, 58%));
gradient dark
background: linear-gradient(to right, hsl(161, 52%, 58%), hsl(161, 52%, 38%))
hex
background-color: #5CCCA8;
tailwind
bg-[hsl(161,52%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 52%, 58%, 0.4);
css variable
--color-primary: hsl(161, 52%, 58%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 52%, 58%)?
HEX: #5CCCA8 | RGB: rgb(92, 204, 168) | CMYK: 55%, 0%, 18%, 20% | HSV: 161°, 55%, 80%. Copy any format from the conversion table above.
What colors go well with #5CCCA8?
The complementary color is HSL(341, 52%, 58%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 52%, 58%) in CSS?
As HSL: color: hsl(161, 52%, 58%); — As HEX: color: #5CCCA8; — As RGB: color: rgb(92, 204, 168); — Tailwind CSS: bg-[hsl(161,52%,58%)] — CSS variable: --color-primary: hsl(161, 52%, 58%);