HSL(191, 68%, 8%)
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(191,68%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 68%, 8%) | color: hsl(191, 68%, 8%) | |
| HEX | #071D22 | color: #071D22 | |
| RGB | rgb(7, 29, 34) | color: rgb(7, 29, 34) | |
| CMYK | cmyk(79%, 15%, 0%, 87%) | — | |
| HSV | hsv(191, 79%, 13%) | — | |
| HWB | hwb(191 3% 87%) | color: hwb(191 3% 87%) | |
| OKLCH | oklch(0.2156 0.0294 214.83) | color: oklch(0.2156 0.0294 214.83) | |
| Lab | lab(9.31 -6.74 -6.05) | color: lab(9.31 -6.74 -6.05) | |
| LCH | lch(9.31 9.06 221.91) | color: lch(9.31 9.06 221.91) |
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)
#111121 — rgb(17, 17, 33)
Deuteranopia (Green-blind)
#0F0E21 — rgb(15, 14, 33)
Tritanopia (Blue-blind)
#082020 — rgb(8, 32, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 68%, 8%);
text
color: hsl(191, 68%, 8%);
border
border: 2px solid hsl(191, 68%, 8%);
gradient light
background: linear-gradient(to right, hsl(191, 68%, 28%), hsl(191, 68%, 8%));
gradient dark
background: linear-gradient(to right, hsl(191, 68%, 8%), hsl(191, 68%, 0%))
hex
background-color: #071D22;
tailwind
bg-[hsl(191,68%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 68%, 8%, 0.4);
css variable
--color-primary: hsl(191, 68%, 8%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 68%, 8%)?
HEX: #071D22 | RGB: rgb(7, 29, 34) | CMYK: 79%, 15%, 0%, 87% | HSV: 191°, 79%, 13%. Copy any format from the conversion table above.
What colors go well with #071D22?
The complementary color is HSL(11, 68%, 8%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 68%, 8%) in CSS?
As HSL: color: hsl(191, 68%, 8%); — As HEX: color: #071D22; — As RGB: color: rgb(7, 29, 34); — Tailwind CSS: bg-[hsl(191,68%,8%)] — CSS variable: --color-primary: hsl(191, 68%, 8%);