HSL(161, 60%, 61%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,60%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 60%, 61%) | color: hsl(161, 60%, 61%) | |
| HEX | #60D7B1 | color: #60D7B1 | |
| RGB | rgb(96, 215, 177) | color: rgb(96, 215, 177) | |
| CMYK | cmyk(55%, 0%, 18%, 16%) | — | |
| HSV | hsv(161, 55%, 84%) | — | |
| HWB | hwb(161 38% 16%) | color: hwb(161 38% 16%) | |
| OKLCH | oklch(0.8004 0.1215 169.43) | color: oklch(0.8004 0.1215 169.43) | |
| Lab | lab(78.61 -42.54 8.71) | color: lab(78.61 -42.54 8.71) | |
| LCH | lch(78.61 43.42 168.43) | color: lch(78.61 43.42 168.43) |
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)
#9495BA — rgb(148, 149, 186)
Deuteranopia (Green-blind)
#8D84BC — rgb(141, 132, 188)
Tritanopia (Blue-blind)
#66C1C3 — rgb(102, 193, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 60%, 61%);
text
color: hsl(161, 60%, 61%);
border
border: 2px solid hsl(161, 60%, 61%);
gradient light
background: linear-gradient(to right, hsl(161, 60%, 81%), hsl(161, 60%, 61%));
gradient dark
background: linear-gradient(to right, hsl(161, 60%, 61%), hsl(161, 60%, 41%))
hex
background-color: #60D7B1;
tailwind
bg-[hsl(161,60%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 60%, 61%, 0.4);
css variable
--color-primary: hsl(161, 60%, 61%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 60%, 61%)?
HEX: #60D7B1 | RGB: rgb(96, 215, 177) | CMYK: 55%, 0%, 18%, 16% | HSV: 161°, 55%, 84%. Copy any format from the conversion table above.
What colors go well with #60D7B1?
The complementary color is HSL(341, 60%, 61%). 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, 60%, 61%) in CSS?
As HSL: color: hsl(161, 60%, 61%); — As HEX: color: #60D7B1; — As RGB: color: rgb(96, 215, 177); — Tailwind CSS: bg-[hsl(161,60%,61%)] — CSS variable: --color-primary: hsl(161, 60%, 61%);