HSL(173, 41%, 57%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,41%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 41%, 57%) | color: hsl(173, 41%, 57%) | |
| HEX | #64BEB4 | color: #64BEB4 | |
| RGB | rgb(100, 190, 180) | color: rgb(100, 190, 180) | |
| CMYK | cmyk(47%, 0%, 5%, 25%) | — | |
| HSV | hsv(173, 47%, 75%) | — | |
| HWB | hwb(173 40% 25%) | color: hwb(173 40% 25%) | |
| OKLCH | oklch(0.7429 0.0881 186.09) | color: oklch(0.7429 0.0881 186.09) | |
| Lab | lab(71.44 -29.4 -3.29) | color: lab(71.44 -29.4 -3.29) | |
| LCH | lch(71.44 29.58 186.39) | color: lch(71.44 29.58 186.39) |
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)
#8B8CB6 — rgb(139, 140, 182)
Deuteranopia (Green-blind)
#867FB7 — rgb(134, 127, 183)
Tritanopia (Blue-blind)
#69B8B9 — rgb(105, 184, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 41%, 57%);
text
color: hsl(173, 41%, 57%);
border
border: 2px solid hsl(173, 41%, 57%);
gradient light
background: linear-gradient(to right, hsl(173, 41%, 77%), hsl(173, 41%, 57%));
gradient dark
background: linear-gradient(to right, hsl(173, 41%, 57%), hsl(173, 41%, 37%))
hex
background-color: #64BEB4;
tailwind
bg-[hsl(173,41%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 41%, 57%, 0.4);
css variable
--color-primary: hsl(173, 41%, 57%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 41%, 57%)?
HEX: #64BEB4 | RGB: rgb(100, 190, 180) | CMYK: 47%, 0%, 5%, 25% | HSV: 173°, 47%, 75%. Copy any format from the conversion table above.
What colors go well with #64BEB4?
The complementary color is HSL(353, 41%, 57%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 41%, 57%) in CSS?
As HSL: color: hsl(173, 41%, 57%); — As HEX: color: #64BEB4; — As RGB: color: rgb(100, 190, 180); — Tailwind CSS: bg-[hsl(173,41%,57%)] — CSS variable: --color-primary: hsl(173, 41%, 57%);