HSL(161, 67%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,67%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 67%, 60%) | color: hsl(161, 67%, 60%) | |
| HEX | #55DDB2 | color: #55DDB2 | |
| RGB | rgb(85, 221, 178) | color: rgb(85, 221, 178) | |
| CMYK | cmyk(62%, 0%, 19%, 13%) | — | |
| HSV | hsv(161, 62%, 87%) | — | |
| HWB | hwb(161 33% 13%) | color: hwb(161 33% 13%) | |
| OKLCH | oklch(0.8117 0.134 168.71) | color: oklch(0.8117 0.134 168.71) | |
| Lab | lab(80.1 -47.06 10.26) | color: lab(80.1 -47.06 10.26) | |
| LCH | lch(80.1 48.17 167.7) | color: lch(80.1 48.17 167.7) |
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)
#9091BC — rgb(144, 145, 188)
Deuteranopia (Green-blind)
#887EBF — rgb(136, 126, 191)
Tritanopia (Blue-blind)
#5CC5C6 — rgb(92, 197, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 67%, 60%);
text
color: hsl(161, 67%, 60%);
border
border: 2px solid hsl(161, 67%, 60%);
gradient light
background: linear-gradient(to right, hsl(161, 67%, 80%), hsl(161, 67%, 60%));
gradient dark
background: linear-gradient(to right, hsl(161, 67%, 60%), hsl(161, 67%, 40%))
hex
background-color: #55DDB2;
tailwind
bg-[hsl(161,67%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 67%, 60%, 0.4);
css variable
--color-primary: hsl(161, 67%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 67%, 60%)?
HEX: #55DDB2 | RGB: rgb(85, 221, 178) | CMYK: 62%, 0%, 19%, 13% | HSV: 161°, 62%, 87%. Copy any format from the conversion table above.
What colors go well with #55DDB2?
The complementary color is HSL(341, 67%, 60%). 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, 67%, 60%) in CSS?
As HSL: color: hsl(161, 67%, 60%); — As HEX: color: #55DDB2; — As RGB: color: rgb(85, 221, 178); — Tailwind CSS: bg-[hsl(161,67%,60%)] — CSS variable: --color-primary: hsl(161, 67%, 60%);