HSL(178, 65%, 7%)
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(178,65%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(178, 65%, 7%) | color: hsl(178, 65%, 7%) | |
| HEX | #061D1D | color: #061D1D | |
| RGB | rgb(6, 29, 29) | color: rgb(6, 29, 29) | |
| CMYK | cmyk(79%, 0%, 0%, 89%) | — | |
| HSV | hsv(180, 79%, 11%) | — | |
| HWB | hwb(180 2% 89%) | color: hwb(180 2% 89%) | |
| OKLCH | oklch(0.2125 0.029 195.19) | color: oklch(0.2125 0.029 195.19) | |
| Lab | lab(9.04 -8.82 -2.74) | color: lab(9.04 -8.82 -2.74) | |
| LCH | lch(9.04 9.24 197.26) | color: lch(9.04 9.24 197.26) |
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)
#10101D — rgb(16, 16, 29)
Deuteranopia (Green-blind)
#0F0D1D — rgb(15, 13, 29)
Tritanopia (Blue-blind)
#071D1D — rgb(7, 29, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(178, 65%, 7%);
text
color: hsl(178, 65%, 7%);
border
border: 2px solid hsl(178, 65%, 7%);
gradient light
background: linear-gradient(to right, hsl(178, 65%, 27%), hsl(178, 65%, 7%));
gradient dark
background: linear-gradient(to right, hsl(178, 65%, 7%), hsl(178, 65%, 0%))
hex
background-color: #061D1D;
tailwind
bg-[hsl(178,65%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(178, 65%, 7%, 0.4);
css variable
--color-primary: hsl(178, 65%, 7%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(178, 65%, 7%)?
HEX: #061D1D | RGB: rgb(6, 29, 29) | CMYK: 79%, 0%, 0%, 89% | HSV: 180°, 79%, 11%. Copy any format from the conversion table above.
What colors go well with #061D1D?
The complementary color is HSL(358, 65%, 7%). For a triadic harmony, use hues 178°, 298°, and 58°. For analogous combinations, try hues 148° and 208°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(178, 65%, 7%) in CSS?
As HSL: color: hsl(178, 65%, 7%); — As HEX: color: #061D1D; — As RGB: color: rgb(6, 29, 29); — Tailwind CSS: bg-[hsl(178,65%,7%)] — CSS variable: --color-primary: hsl(178, 65%, 7%);