HSL(166, 45%, 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(166,45%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 45%, 7%) | color: hsl(166, 45%, 7%) | |
| HEX | #0A1A16 | color: #0A1A16 | |
| RGB | rgb(10, 26, 22) | color: rgb(10, 26, 22) | |
| CMYK | cmyk(62%, 0%, 15%, 90%) | — | |
| HSV | hsv(165, 62%, 10%) | — | |
| HWB | hwb(165 4% 90%) | color: hwb(165 4% 90%) | |
| OKLCH | oklch(0.202 0.0234 175.85) | color: oklch(0.202 0.0234 175.85) | |
| Lab | lab(7.78 -7.34 0.66) | color: lab(7.78 -7.34 0.66) | |
| LCH | lch(7.78 7.37 174.86) | color: lch(7.78 7.37 174.86) |
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)
#111117 — rgb(17, 17, 23)
Deuteranopia (Green-blind)
#100F17 — rgb(16, 15, 23)
Tritanopia (Blue-blind)
#0B1818 — rgb(11, 24, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 45%, 7%);
text
color: hsl(166, 45%, 7%);
border
border: 2px solid hsl(166, 45%, 7%);
gradient light
background: linear-gradient(to right, hsl(166, 45%, 27%), hsl(166, 45%, 7%));
gradient dark
background: linear-gradient(to right, hsl(166, 45%, 7%), hsl(166, 45%, 0%))
hex
background-color: #0A1A16;
tailwind
bg-[hsl(166,45%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 45%, 7%, 0.4);
css variable
--color-primary: hsl(166, 45%, 7%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 45%, 7%)?
HEX: #0A1A16 | RGB: rgb(10, 26, 22) | CMYK: 62%, 0%, 15%, 90% | HSV: 165°, 62%, 10%. Copy any format from the conversion table above.
What colors go well with #0A1A16?
The complementary color is HSL(346, 45%, 7%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 45%, 7%) in CSS?
As HSL: color: hsl(166, 45%, 7%); — As HEX: color: #0A1A16; — As RGB: color: rgb(10, 26, 22); — Tailwind CSS: bg-[hsl(166,45%,7%)] — CSS variable: --color-primary: hsl(166, 45%, 7%);