HSL(162, 61%, 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(162,61%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 61%, 7%) | color: hsl(162, 61%, 7%) | |
| HEX | #071D16 | color: #071D16 | |
| RGB | rgb(7, 29, 22) | color: rgb(7, 29, 22) | |
| CMYK | cmyk(76%, 0%, 24%, 89%) | — | |
| HSV | hsv(161, 76%, 11%) | — | |
| HWB | hwb(161 3% 89%) | color: hwb(161 3% 89%) | |
| OKLCH | oklch(0.2101 0.0317 169.82) | color: oklch(0.2101 0.0317 169.82) | |
| Lab | lab(8.84 -10.58 2.18) | color: lab(8.84 -10.58 2.18) | |
| LCH | lch(8.84 10.8 168.36) | color: lch(8.84 10.8 168.36) |
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)
#111118 — rgb(17, 17, 24)
Deuteranopia (Green-blind)
#0F0E18 — rgb(15, 14, 24)
Tritanopia (Blue-blind)
#081919 — rgb(8, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 61%, 7%);
text
color: hsl(162, 61%, 7%);
border
border: 2px solid hsl(162, 61%, 7%);
gradient light
background: linear-gradient(to right, hsl(162, 61%, 27%), hsl(162, 61%, 7%));
gradient dark
background: linear-gradient(to right, hsl(162, 61%, 7%), hsl(162, 61%, 0%))
hex
background-color: #071D16;
tailwind
bg-[hsl(162,61%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 61%, 7%, 0.4);
css variable
--color-primary: hsl(162, 61%, 7%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 61%, 7%)?
HEX: #071D16 | RGB: rgb(7, 29, 22) | CMYK: 76%, 0%, 24%, 89% | HSV: 161°, 76%, 11%. Copy any format from the conversion table above.
What colors go well with #071D16?
The complementary color is HSL(342, 61%, 7%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 61%, 7%) in CSS?
As HSL: color: hsl(162, 61%, 7%); — As HEX: color: #071D16; — As RGB: color: rgb(7, 29, 22); — Tailwind CSS: bg-[hsl(162,61%,7%)] — CSS variable: --color-primary: hsl(162, 61%, 7%);