HSL(190, 25%, 12%)
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(190,25%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(190, 25%, 12%) | color: hsl(190, 25%, 12%) | |
| HEX | #172426 | color: #172426 | |
| RGB | rgb(23, 36, 38) | color: rgb(23, 36, 38) | |
| CMYK | cmyk(39%, 5%, 0%, 85%) | — | |
| HSV | hsv(188, 39%, 15%) | — | |
| HWB | hwb(188 9% 85%) | color: hwb(188 9% 85%) | |
| OKLCH | oklch(0.2492 0.0183 207.93) | color: oklch(0.2492 0.0183 207.93) | |
| Lab | lab(13.13 -4.96 -3.14) | color: lab(13.13 -4.96 -3.14) | |
| LCH | lch(13.13 5.87 212.34) | color: lch(13.13 5.87 212.34) |
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)
#1D1D26 — rgb(29, 29, 38)
Deuteranopia (Green-blind)
#1C1B25 — rgb(28, 27, 37)
Tritanopia (Blue-blind)
#182525 — rgb(24, 37, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(190, 25%, 12%);
text
color: hsl(190, 25%, 12%);
border
border: 2px solid hsl(190, 25%, 12%);
gradient light
background: linear-gradient(to right, hsl(190, 25%, 32%), hsl(190, 25%, 12%));
gradient dark
background: linear-gradient(to right, hsl(190, 25%, 12%), hsl(190, 25%, 0%))
hex
background-color: #172426;
tailwind
bg-[hsl(190,25%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(190, 25%, 12%, 0.4);
css variable
--color-primary: hsl(190, 25%, 12%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(190, 25%, 12%)?
HEX: #172426 | RGB: rgb(23, 36, 38) | CMYK: 39%, 5%, 0%, 85% | HSV: 188°, 39%, 15%. Copy any format from the conversion table above.
What colors go well with #172426?
The complementary color is HSL(10, 25%, 12%). For a triadic harmony, use hues 190°, 310°, and 70°. For analogous combinations, try hues 160° and 220°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(190, 25%, 12%) in CSS?
As HSL: color: hsl(190, 25%, 12%); — As HEX: color: #172426; — As RGB: color: rgb(23, 36, 38); — Tailwind CSS: bg-[hsl(190,25%,12%)] — CSS variable: --color-primary: hsl(190, 25%, 12%);