HSL(175, 20%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,20%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 20%, 41%) | color: hsl(175, 20%, 41%) | |
| HEX | #547D7A | color: #547D7A | |
| RGB | rgb(84, 125, 122) | color: rgb(84, 125, 122) | |
| CMYK | cmyk(33%, 0%, 2%, 51%) | — | |
| HSV | hsv(176, 33%, 49%) | — | |
| HWB | hwb(176 33% 51%) | color: hwb(176 33% 51%) | |
| OKLCH | oklch(0.5586 0.0459 190.16) | color: oklch(0.5586 0.0459 190.16) | |
| Lab | lab(49.44 -14.91 -2.92) | color: lab(49.44 -14.91 -2.92) | |
| LCH | lch(49.44 15.19 191.08) | color: lch(49.44 15.19 191.08) |
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)
#66667B — rgb(102, 102, 123)
Deuteranopia (Green-blind)
#63607B — rgb(99, 96, 123)
Tritanopia (Blue-blind)
#567B7B — rgb(86, 123, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 20%, 41%);
text
color: hsl(175, 20%, 41%);
border
border: 2px solid hsl(175, 20%, 41%);
gradient light
background: linear-gradient(to right, hsl(175, 20%, 61%), hsl(175, 20%, 41%));
gradient dark
background: linear-gradient(to right, hsl(175, 20%, 41%), hsl(175, 20%, 21%))
hex
background-color: #547D7A;
tailwind
bg-[hsl(175,20%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 20%, 41%, 0.4);
css variable
--color-primary: hsl(175, 20%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 20%, 41%)?
HEX: #547D7A | RGB: rgb(84, 125, 122) | CMYK: 33%, 0%, 2%, 51% | HSV: 176°, 33%, 49%. Copy any format from the conversion table above.
What colors go well with #547D7A?
The complementary color is HSL(355, 20%, 41%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 20%, 41%) in CSS?
As HSL: color: hsl(175, 20%, 41%); — As HEX: color: #547D7A; — As RGB: color: rgb(84, 125, 122); — Tailwind CSS: bg-[hsl(175,20%,41%)] — CSS variable: --color-primary: hsl(175, 20%, 41%);