HSL(191, 32%, 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(191,32%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 32%, 13%) | color: hsl(191, 32%, 13%) | |
| HEX | #17282C | color: #17282C | |
| RGB | rgb(23, 40, 44) | color: rgb(23, 40, 44) | |
| CMYK | cmyk(48%, 9%, 0%, 83%) | — | |
| HSV | hsv(191, 48%, 17%) | — | |
| HWB | hwb(191 9% 83%) | color: hwb(191 9% 83%) | |
| OKLCH | oklch(0.2637 0.0238 214.15) | color: oklch(0.2637 0.0238 214.15) | |
| Lab | lab(14.85 -5.74 -4.86) | color: lab(14.85 -5.74 -4.86) | |
| LCH | lch(14.85 7.52 220.25) | color: lch(14.85 7.52 220.25) |
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)
#1E1F2B — rgb(30, 31, 43)
Deuteranopia (Green-blind)
#1D1C2B — rgb(29, 28, 43)
Tritanopia (Blue-blind)
#182A2A — rgb(24, 42, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 32%, 13%);
text
color: hsl(191, 32%, 13%);
border
border: 2px solid hsl(191, 32%, 13%);
gradient light
background: linear-gradient(to right, hsl(191, 32%, 33%), hsl(191, 32%, 13%));
gradient dark
background: linear-gradient(to right, hsl(191, 32%, 13%), hsl(191, 32%, 0%))
hex
background-color: #17282C;
tailwind
bg-[hsl(191,32%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 32%, 13%, 0.4);
css variable
--color-primary: hsl(191, 32%, 13%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 32%, 13%)?
HEX: #17282C | RGB: rgb(23, 40, 44) | CMYK: 48%, 9%, 0%, 83% | HSV: 191°, 48%, 17%. Copy any format from the conversion table above.
What colors go well with #17282C?
The complementary color is HSL(11, 32%, 13%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 32%, 13%) in CSS?
As HSL: color: hsl(191, 32%, 13%); — As HEX: color: #17282C; — As RGB: color: rgb(23, 40, 44); — Tailwind CSS: bg-[hsl(191,32%,13%)] — CSS variable: --color-primary: hsl(191, 32%, 13%);