HSL(175, 40%, 19%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,40%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 40%, 19%) | color: hsl(175, 40%, 19%) | |
| HEX | #1D4441 | color: #1D4441 | |
| RGB | rgb(29, 68, 65) | color: rgb(29, 68, 65) | |
| CMYK | cmyk(57%, 0%, 4%, 73%) | — | |
| HSV | hsv(175, 57%, 27%) | — | |
| HWB | hwb(175 12% 73%) | color: hwb(175 12% 73%) | |
| OKLCH | oklch(0.3574 0.0445 188.7) | color: oklch(0.3574 0.0445 188.7) | |
| Lab | lab(26.09 -14.64 -2.41) | color: lab(26.09 -14.64 -2.41) | |
| LCH | lch(26.09 14.84 189.35) | color: lch(26.09 14.84 189.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)
#2E2E42 — rgb(46, 46, 66)
Deuteranopia (Green-blind)
#2C2942 — rgb(44, 41, 66)
Tritanopia (Blue-blind)
#1F4242 — rgb(31, 66, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 40%, 19%);
text
color: hsl(175, 40%, 19%);
border
border: 2px solid hsl(175, 40%, 19%);
gradient light
background: linear-gradient(to right, hsl(175, 40%, 39%), hsl(175, 40%, 19%));
gradient dark
background: linear-gradient(to right, hsl(175, 40%, 19%), hsl(175, 40%, 0%))
hex
background-color: #1D4441;
tailwind
bg-[hsl(175,40%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 40%, 19%, 0.4);
css variable
--color-primary: hsl(175, 40%, 19%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 40%, 19%)?
HEX: #1D4441 | RGB: rgb(29, 68, 65) | CMYK: 57%, 0%, 4%, 73% | HSV: 175°, 57%, 27%. Copy any format from the conversion table above.
What colors go well with #1D4441?
The complementary color is HSL(355, 40%, 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, 40%, 19%) in CSS?
As HSL: color: hsl(175, 40%, 19%); — As HEX: color: #1D4441; — As RGB: color: rgb(29, 68, 65); — Tailwind CSS: bg-[hsl(175,40%,19%)] — CSS variable: --color-primary: hsl(175, 40%, 19%);