HSL(173, 46%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,46%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 46%, 47%) | color: hsl(173, 46%, 47%) | |
| HEX | #41AFA2 | color: #41AFA2 | |
| RGB | rgb(65, 175, 162) | color: rgb(65, 175, 162) | |
| CMYK | cmyk(63%, 0%, 7%, 31%) | — | |
| HSV | hsv(173, 63%, 69%) | — | |
| HWB | hwb(173 26% 31%) | color: hwb(173 26% 31%) | |
| OKLCH | oklch(0.6881 0.101 184.26) | color: oklch(0.6881 0.101 184.26) | |
| Lab | lab(65.27 -34.15 -2.57) | color: lab(65.27 -34.15 -2.57) | |
| LCH | lch(65.27 34.25 184.3) | color: lch(65.27 34.25 184.3) |
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)
#7172A5 — rgb(113, 114, 165)
Deuteranopia (Green-blind)
#6A62A6 — rgb(106, 98, 166)
Tritanopia (Blue-blind)
#47A8A8 — rgb(71, 168, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 46%, 47%);
text
color: hsl(173, 46%, 47%);
border
border: 2px solid hsl(173, 46%, 47%);
gradient light
background: linear-gradient(to right, hsl(173, 46%, 67%), hsl(173, 46%, 47%));
gradient dark
background: linear-gradient(to right, hsl(173, 46%, 47%), hsl(173, 46%, 27%))
hex
background-color: #41AFA2;
tailwind
bg-[hsl(173,46%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 46%, 47%, 0.4);
css variable
--color-primary: hsl(173, 46%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 46%, 47%)?
HEX: #41AFA2 | RGB: rgb(65, 175, 162) | CMYK: 63%, 0%, 7%, 31% | HSV: 173°, 63%, 69%. Copy any format from the conversion table above.
What colors go well with #41AFA2?
The complementary color is HSL(353, 46%, 47%). 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, 46%, 47%) in CSS?
As HSL: color: hsl(173, 46%, 47%); — As HEX: color: #41AFA2; — As RGB: color: rgb(65, 175, 162); — Tailwind CSS: bg-[hsl(173,46%,47%)] — CSS variable: --color-primary: hsl(173, 46%, 47%);