HSL(193, 94%, 5%)
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(193,94%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 94%, 5%) | color: hsl(193, 94%, 5%) | |
| HEX | #011419 | color: #011419 | |
| RGB | rgb(1, 20, 25) | color: rgb(1, 20, 25) | |
| CMYK | cmyk(96%, 20%, 0%, 90%) | — | |
| HSV | hsv(193, 96%, 10%) | — | |
| HWB | hwb(193 0% 90%) | color: hwb(193 0% 90%) | |
| OKLCH | oklch(0.1768 0.0294 215.52) | color: oklch(0.1768 0.0294 215.52) | |
| Lab | lab(5.21 -4.52 -5.42) | color: lab(5.21 -4.52 -5.42) | |
| LCH | lch(5.21 7.06 230.17) | color: lch(5.21 7.06 230.17) |
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)
#090918 — rgb(9, 9, 24)
Deuteranopia (Green-blind)
#080718 — rgb(8, 7, 24)
Tritanopia (Blue-blind)
#021717 — rgb(2, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 94%, 5%);
text
color: hsl(193, 94%, 5%);
border
border: 2px solid hsl(193, 94%, 5%);
gradient light
background: linear-gradient(to right, hsl(193, 94%, 25%), hsl(193, 94%, 5%));
gradient dark
background: linear-gradient(to right, hsl(193, 94%, 5%), hsl(193, 94%, 0%))
hex
background-color: #011419;
tailwind
bg-[hsl(193,94%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 94%, 5%, 0.4);
css variable
--color-primary: hsl(193, 94%, 5%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 94%, 5%)?
HEX: #011419 | RGB: rgb(1, 20, 25) | CMYK: 96%, 20%, 0%, 90% | HSV: 193°, 96%, 10%. Copy any format from the conversion table above.
What colors go well with #011419?
The complementary color is HSL(13, 94%, 5%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 94%, 5%) in CSS?
As HSL: color: hsl(193, 94%, 5%); — As HEX: color: #011419; — As RGB: color: rgb(1, 20, 25); — Tailwind CSS: bg-[hsl(193,94%,5%)] — CSS variable: --color-primary: hsl(193, 94%, 5%);