HSL(173, 41%, 46%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,41%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 41%, 46%) | color: hsl(173, 41%, 46%) | |
| HEX | #45A59A | color: #45A59A | |
| RGB | rgb(69, 165, 154) | color: rgb(69, 165, 154) | |
| CMYK | cmyk(58%, 0%, 7%, 35%) | — | |
| HSV | hsv(173, 58%, 65%) | — | |
| HWB | hwb(173 27% 35%) | color: hwb(173 27% 35%) | |
| OKLCH | oklch(0.6618 0.0915 184.99) | color: oklch(0.6618 0.0915 184.99) | |
| Lab | lab(62.09 -30.81 -2.77) | color: lab(62.09 -30.81 -2.77) | |
| LCH | lch(62.09 30.93 185.14) | color: lch(62.09 30.93 185.14) |
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)
#6F6F9D — rgb(111, 111, 157)
Deuteranopia (Green-blind)
#69629D — rgb(105, 98, 157)
Tritanopia (Blue-blind)
#4A9F9F — rgb(74, 159, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 41%, 46%);
text
color: hsl(173, 41%, 46%);
border
border: 2px solid hsl(173, 41%, 46%);
gradient light
background: linear-gradient(to right, hsl(173, 41%, 66%), hsl(173, 41%, 46%));
gradient dark
background: linear-gradient(to right, hsl(173, 41%, 46%), hsl(173, 41%, 26%))
hex
background-color: #45A59A;
tailwind
bg-[hsl(173,41%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 41%, 46%, 0.4);
css variable
--color-primary: hsl(173, 41%, 46%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 41%, 46%)?
HEX: #45A59A | RGB: rgb(69, 165, 154) | CMYK: 58%, 0%, 7%, 35% | HSV: 173°, 58%, 65%. Copy any format from the conversion table above.
What colors go well with #45A59A?
The complementary color is HSL(353, 41%, 46%). 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%, 46%) in CSS?
As HSL: color: hsl(173, 41%, 46%); — As HEX: color: #45A59A; — As RGB: color: rgb(69, 165, 154); — Tailwind CSS: bg-[hsl(173,41%,46%)] — CSS variable: --color-primary: hsl(173, 41%, 46%);