HSL(164, 41%, 61%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,41%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 41%, 61%) | color: hsl(164, 41%, 61%) | |
| HEX | #73C4AF | color: #73C4AF | |
| RGB | rgb(115, 196, 175) | color: rgb(115, 196, 175) | |
| CMYK | cmyk(41%, 0%, 11%, 23%) | — | |
| HSV | hsv(164, 41%, 77%) | — | |
| HWB | hwb(164 45% 23%) | color: hwb(164 45% 23%) | |
| OKLCH | oklch(0.7623 0.0859 175.37) | color: oklch(0.7623 0.0859 175.37) | |
| Lab | lab(73.69 -29.76 2.79) | color: lab(73.69 -29.76 2.79) | |
| LCH | lch(73.69 29.89 174.64) | color: lch(73.69 29.89 174.64) |
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)
#9697B4 — rgb(150, 151, 180)
Deuteranopia (Green-blind)
#918BB5 — rgb(145, 139, 181)
Tritanopia (Blue-blind)
#77B8B9 — rgb(119, 184, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 41%, 61%);
text
color: hsl(164, 41%, 61%);
border
border: 2px solid hsl(164, 41%, 61%);
gradient light
background: linear-gradient(to right, hsl(164, 41%, 81%), hsl(164, 41%, 61%));
gradient dark
background: linear-gradient(to right, hsl(164, 41%, 61%), hsl(164, 41%, 41%))
hex
background-color: #73C4AF;
tailwind
bg-[hsl(164,41%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 41%, 61%, 0.4);
css variable
--color-primary: hsl(164, 41%, 61%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 41%, 61%)?
HEX: #73C4AF | RGB: rgb(115, 196, 175) | CMYK: 41%, 0%, 11%, 23% | HSV: 164°, 41%, 77%. Copy any format from the conversion table above.
What colors go well with #73C4AF?
The complementary color is HSL(344, 41%, 61%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 41%, 61%) in CSS?
As HSL: color: hsl(164, 41%, 61%); — As HEX: color: #73C4AF; — As RGB: color: rgb(115, 196, 175); — Tailwind CSS: bg-[hsl(164,41%,61%)] — CSS variable: --color-primary: hsl(164, 41%, 61%);