HSL(175, 43%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,43%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 43%, 19%) | color: hsl(175, 43%, 19%) | |
| HEX | #1C4542 | color: #1C4542 | |
| RGB | rgb(28, 69, 66) | color: rgb(28, 69, 66) | |
| CMYK | cmyk(59%, 0%, 4%, 73%) | — | |
| HSV | hsv(176, 59%, 27%) | — | |
| HWB | hwb(176 11% 73%) | color: hwb(176 11% 73%) | |
| OKLCH | oklch(0.3602 0.0462 188.9) | color: oklch(0.3602 0.0462 188.9) | |
| Lab | lab(26.44 -15.16 -2.55) | color: lab(26.44 -15.16 -2.55) | |
| LCH | lch(26.44 15.37 189.55) | color: lch(26.44 15.37 189.55) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2E2E43 — rgb(46, 46, 67)
Deuteranopia (Green-blind)
#2B2843 — rgb(43, 40, 67)
Tritanopia (Blue-blind)
#1E4343 — rgb(30, 67, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 43%, 19%);
text
color: hsl(175, 43%, 19%);
border
border: 2px solid hsl(175, 43%, 19%);
gradient light
background: linear-gradient(to right, hsl(175, 43%, 39%), hsl(175, 43%, 19%));
gradient dark
background: linear-gradient(to right, hsl(175, 43%, 19%), hsl(175, 43%, 0%))
hex
background-color: #1C4542;
tailwind
bg-[hsl(175,43%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 43%, 19%, 0.4);
css variable
--color-primary: hsl(175, 43%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 43%, 19%)?
HEX: #1C4542 | RGB: rgb(28, 69, 66) | CMYK: 59%, 0%, 4%, 73% | HSV: 176°, 59%, 27%. Copy any format from the conversion table above.
What colors go well with #1C4542?
The complementary color is HSL(355, 43%, 19%). 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, 43%, 19%) in CSS?
As HSL: color: hsl(175, 43%, 19%); — As HEX: color: #1C4542; — As RGB: color: rgb(28, 69, 66); — Tailwind CSS: bg-[hsl(175,43%,19%)] — CSS variable: --color-primary: hsl(175, 43%, 19%);