HSL(166, 45%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,45%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 45%, 41%) | color: hsl(166, 45%, 41%) | |
| HEX | #3A9882 | color: #3A9882 | |
| RGB | rgb(58, 152, 130) | color: rgb(58, 152, 130) | |
| CMYK | cmyk(62%, 0%, 14%, 40%) | — | |
| HSV | hsv(166, 62%, 60%) | — | |
| HWB | hwb(166 23% 40%) | color: hwb(166 23% 40%) | |
| OKLCH | oklch(0.6177 0.0947 174.84) | color: oklch(0.6177 0.0947 174.84) | |
| Lab | lab(57.04 -33.12 3.41) | color: lab(57.04 -33.12 3.41) | |
| LCH | lch(57.04 33.3 174.12) | color: lch(57.04 33.3 174.12) |
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)
#636487 — rgb(99, 100, 135)
Deuteranopia (Green-blind)
#5D5689 — rgb(93, 86, 137)
Tritanopia (Blue-blind)
#3F8C8C — rgb(63, 140, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 45%, 41%);
text
color: hsl(166, 45%, 41%);
border
border: 2px solid hsl(166, 45%, 41%);
gradient light
background: linear-gradient(to right, hsl(166, 45%, 61%), hsl(166, 45%, 41%));
gradient dark
background: linear-gradient(to right, hsl(166, 45%, 41%), hsl(166, 45%, 21%))
hex
background-color: #3A9882;
tailwind
bg-[hsl(166,45%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 45%, 41%, 0.4);
css variable
--color-primary: hsl(166, 45%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 45%, 41%)?
HEX: #3A9882 | RGB: rgb(58, 152, 130) | CMYK: 62%, 0%, 14%, 40% | HSV: 166°, 62%, 60%. Copy any format from the conversion table above.
What colors go well with #3A9882?
The complementary color is HSL(346, 45%, 41%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 45%, 41%) in CSS?
As HSL: color: hsl(166, 45%, 41%); — As HEX: color: #3A9882; — As RGB: color: rgb(58, 152, 130); — Tailwind CSS: bg-[hsl(166,45%,41%)] — CSS variable: --color-primary: hsl(166, 45%, 41%);