HSL(173, 81%, 11%)
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(173,81%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 81%, 11%) | color: hsl(173, 81%, 11%) | |
| HEX | #05332D | color: #05332D | |
| RGB | rgb(5, 51, 45) | color: rgb(5, 51, 45) | |
| CMYK | cmyk(90%, 0%, 12%, 80%) | — | |
| HSV | hsv(172, 90%, 20%) | — | |
| HWB | hwb(172 2% 80%) | color: hwb(172 2% 80%) | |
| OKLCH | oklch(0.2898 0.0485 181.92) | color: oklch(0.2898 0.0485 181.92) | |
| Lab | lab(18.32 -16.65 -0.5) | color: lab(18.32 -16.65 -0.5) | |
| LCH | lch(18.32 16.66 181.72) | color: lch(18.32 16.66 181.72) |
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)
#19192E — rgb(25, 25, 46)
Deuteranopia (Green-blind)
#16132F — rgb(22, 19, 47)
Tritanopia (Blue-blind)
#073030 — rgb(7, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 81%, 11%);
text
color: hsl(173, 81%, 11%);
border
border: 2px solid hsl(173, 81%, 11%);
gradient light
background: linear-gradient(to right, hsl(173, 81%, 31%), hsl(173, 81%, 11%));
gradient dark
background: linear-gradient(to right, hsl(173, 81%, 11%), hsl(173, 81%, 0%))
hex
background-color: #05332D;
tailwind
bg-[hsl(173,81%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 81%, 11%, 0.4);
css variable
--color-primary: hsl(173, 81%, 11%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 81%, 11%)?
HEX: #05332D | RGB: rgb(5, 51, 45) | CMYK: 90%, 0%, 12%, 80% | HSV: 172°, 90%, 20%. Copy any format from the conversion table above.
What colors go well with #05332D?
The complementary color is HSL(353, 81%, 11%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 81%, 11%) in CSS?
As HSL: color: hsl(173, 81%, 11%); — As HEX: color: #05332D; — As RGB: color: rgb(5, 51, 45); — Tailwind CSS: bg-[hsl(173,81%,11%)] — CSS variable: --color-primary: hsl(173, 81%, 11%);