HSL(175, 52%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,52%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 52%, 19%) | color: hsl(175, 52%, 19%) | |
| HEX | #174A45 | color: #174A45 | |
| RGB | rgb(23, 74, 69) | color: rgb(23, 74, 69) | |
| CMYK | cmyk(69%, 0%, 7%, 71%) | — | |
| HSV | hsv(174, 69%, 29%) | — | |
| HWB | hwb(174 9% 71%) | color: hwb(174 9% 71%) | |
| OKLCH | oklch(0.3738 0.0542 186.08) | color: oklch(0.3738 0.0542 186.08) | |
| Lab | lab(28.14 -18.15 -2.02) | color: lab(28.14 -18.15 -2.02) | |
| LCH | lch(28.14 18.26 186.35) | color: lch(28.14 18.26 186.35) |
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)
#2D2E46 — rgb(45, 46, 70)
Deuteranopia (Green-blind)
#2A2647 — rgb(42, 38, 71)
Tritanopia (Blue-blind)
#1A4747 — rgb(26, 71, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 52%, 19%);
text
color: hsl(175, 52%, 19%);
border
border: 2px solid hsl(175, 52%, 19%);
gradient light
background: linear-gradient(to right, hsl(175, 52%, 39%), hsl(175, 52%, 19%));
gradient dark
background: linear-gradient(to right, hsl(175, 52%, 19%), hsl(175, 52%, 0%))
hex
background-color: #174A45;
tailwind
bg-[hsl(175,52%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 52%, 19%, 0.4);
css variable
--color-primary: hsl(175, 52%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 52%, 19%)?
HEX: #174A45 | RGB: rgb(23, 74, 69) | CMYK: 69%, 0%, 7%, 71% | HSV: 174°, 69%, 29%. Copy any format from the conversion table above.
What colors go well with #174A45?
The complementary color is HSL(355, 52%, 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, 52%, 19%) in CSS?
As HSL: color: hsl(175, 52%, 19%); — As HEX: color: #174A45; — As RGB: color: rgb(23, 74, 69); — Tailwind CSS: bg-[hsl(175,52%,19%)] — CSS variable: --color-primary: hsl(175, 52%, 19%);