HSL(160, 100%, 10%)
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(160,100%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 100%, 10%) | color: hsl(160, 100%, 10%) | |
| HEX | #003322 | color: #003322 | |
| RGB | rgb(0, 51, 34) | color: rgb(0, 51, 34) | |
| CMYK | cmyk(100%, 0%, 33%, 80%) | — | |
| HSV | hsv(160, 100%, 20%) | — | |
| HWB | hwb(160 0% 80%) | color: hwb(160 0% 80%) | |
| OKLCH | oklch(0.2844 0.0602 164.46) | color: oklch(0.2844 0.0602 164.46) | |
| Lab | lab(17.84 -21.23 6.34) | color: lab(17.84 -21.23 6.34) | |
| LCH | lch(17.84 22.16 163.37) | color: lch(17.84 22.16 163.37) |
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)
#161726 — rgb(22, 23, 38)
Deuteranopia (Green-blind)
#130F27 — rgb(19, 15, 39)
Tritanopia (Blue-blind)
#03292A — rgb(3, 41, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 100%, 10%);
text
color: hsl(160, 100%, 10%);
border
border: 2px solid hsl(160, 100%, 10%);
gradient light
background: linear-gradient(to right, hsl(160, 100%, 30%), hsl(160, 100%, 10%));
gradient dark
background: linear-gradient(to right, hsl(160, 100%, 10%), hsl(160, 100%, 0%))
hex
background-color: #003322;
tailwind
bg-[hsl(160,100%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 100%, 10%, 0.4);
css variable
--color-primary: hsl(160, 100%, 10%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 100%, 10%)?
HEX: #003322 | RGB: rgb(0, 51, 34) | CMYK: 100%, 0%, 33%, 80% | HSV: 160°, 100%, 20%. Copy any format from the conversion table above.
What colors go well with #003322?
The complementary color is HSL(340, 100%, 10%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 100%, 10%) in CSS?
As HSL: color: hsl(160, 100%, 10%); — As HEX: color: #003322; — As RGB: color: rgb(0, 51, 34); — Tailwind CSS: bg-[hsl(160,100%,10%)] — CSS variable: --color-primary: hsl(160, 100%, 10%);