HSL(173, 57%, 6%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,57%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 57%, 6%) | color: hsl(173, 57%, 6%) | |
| HEX | #071816 | color: #071816 | |
| RGB | rgb(7, 24, 22) | color: rgb(7, 24, 22) | |
| CMYK | cmyk(71%, 0%, 8%, 91%) | — | |
| HSV | hsv(173, 71%, 9%) | — | |
| HWB | hwb(173 3% 91%) | color: hwb(173 3% 91%) | |
| OKLCH | oklch(0.1934 0.0236 185.61) | color: oklch(0.1934 0.0236 185.61) | |
| Lab | lab(6.83 -6.55 -0.74) | color: lab(6.83 -6.55 -0.74) | |
| LCH | lch(6.83 6.59 186.45) | color: lch(6.83 6.59 186.45) |
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)
#0E0F16 — rgb(14, 15, 22)
Deuteranopia (Green-blind)
#0D0C17 — rgb(13, 12, 23)
Tritanopia (Blue-blind)
#081717 — rgb(8, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 57%, 6%);
text
color: hsl(173, 57%, 6%);
border
border: 2px solid hsl(173, 57%, 6%);
gradient light
background: linear-gradient(to right, hsl(173, 57%, 26%), hsl(173, 57%, 6%));
gradient dark
background: linear-gradient(to right, hsl(173, 57%, 6%), hsl(173, 57%, 0%))
hex
background-color: #071816;
tailwind
bg-[hsl(173,57%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 57%, 6%, 0.4);
css variable
--color-primary: hsl(173, 57%, 6%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 57%, 6%)?
HEX: #071816 | RGB: rgb(7, 24, 22) | CMYK: 71%, 0%, 8%, 91% | HSV: 173°, 71%, 9%. Copy any format from the conversion table above.
What colors go well with #071816?
The complementary color is HSL(353, 57%, 6%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 57%, 6%) in CSS?
As HSL: color: hsl(173, 57%, 6%); — As HEX: color: #071816; — As RGB: color: rgb(7, 24, 22); — Tailwind CSS: bg-[hsl(173,57%,6%)] — CSS variable: --color-primary: hsl(173, 57%, 6%);