HSL(186, 96%, 13%)
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(186,96%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 96%, 13%) | color: hsl(186, 96%, 13%) | |
| HEX | #013B41 | color: #013B41 | |
| RGB | rgb(1, 59, 65) | color: rgb(1, 59, 65) | |
| CMYK | cmyk(98%, 9%, 0%, 75%) | — | |
| HSV | hsv(186, 98%, 25%) | — | |
| HWB | hwb(186 1% 75%) | color: hwb(186 1% 75%) | |
| OKLCH | oklch(0.322 0.0546 206.12) | color: oklch(0.322 0.0546 206.12) | |
| Lab | lab(22 -14.5 -8.61) | color: lab(22 -14.5 -8.61) | |
| LCH | lch(22 16.86 210.7) | color: lch(22 16.86 210.7) |
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)
#1A1B40 — rgb(26, 27, 64)
Deuteranopia (Green-blind)
#17123F — rgb(23, 18, 63)
Tritanopia (Blue-blind)
#043E3E — rgb(4, 62, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 96%, 13%);
text
color: hsl(186, 96%, 13%);
border
border: 2px solid hsl(186, 96%, 13%);
gradient light
background: linear-gradient(to right, hsl(186, 96%, 33%), hsl(186, 96%, 13%));
gradient dark
background: linear-gradient(to right, hsl(186, 96%, 13%), hsl(186, 96%, 0%))
hex
background-color: #013B41;
tailwind
bg-[hsl(186,96%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 96%, 13%, 0.4);
css variable
--color-primary: hsl(186, 96%, 13%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 96%, 13%)?
HEX: #013B41 | RGB: rgb(1, 59, 65) | CMYK: 98%, 9%, 0%, 75% | HSV: 186°, 98%, 25%. Copy any format from the conversion table above.
What colors go well with #013B41?
The complementary color is HSL(6, 96%, 13%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 96%, 13%) in CSS?
As HSL: color: hsl(186, 96%, 13%); — As HEX: color: #013B41; — As RGB: color: rgb(1, 59, 65); — Tailwind CSS: bg-[hsl(186,96%,13%)] — CSS variable: --color-primary: hsl(186, 96%, 13%);