HSL(166, 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(166,25%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 25%, 12%) | color: hsl(166, 25%, 12%) | |
| HEX | #172623 | color: #172623 | |
| RGB | rgb(23, 38, 35) | color: rgb(23, 38, 35) | |
| CMYK | cmyk(39%, 0%, 8%, 85%) | — | |
| HSV | hsv(168, 39%, 15%) | — | |
| HWB | hwb(168 9% 85%) | color: hwb(168 9% 85%) | |
| OKLCH | oklch(0.2539 0.0212 180.65) | color: oklch(0.2539 0.0212 180.65) | |
| Lab | lab(13.77 -7.22 -0.05) | color: lab(13.77 -7.22 -0.05) | |
| LCH | lch(13.77 7.22 180.4) | color: lch(13.77 7.22 180.4) |
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)
#1D1E24 — rgb(29, 30, 36)
Deuteranopia (Green-blind)
#1D1C24 — rgb(29, 28, 36)
Tritanopia (Blue-blind)
#182424 — rgb(24, 36, 36)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 25%, 12%);
text
color: hsl(166, 25%, 12%);
border
border: 2px solid hsl(166, 25%, 12%);
gradient light
background: linear-gradient(to right, hsl(166, 25%, 32%), hsl(166, 25%, 12%));
gradient dark
background: linear-gradient(to right, hsl(166, 25%, 12%), hsl(166, 25%, 0%))
hex
background-color: #172623;
tailwind
bg-[hsl(166,25%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 25%, 12%, 0.4);
css variable
--color-primary: hsl(166, 25%, 12%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 25%, 12%)?
HEX: #172623 | RGB: rgb(23, 38, 35) | CMYK: 39%, 0%, 8%, 85% | HSV: 168°, 39%, 15%. Copy any format from the conversion table above.
What colors go well with #172623?
The complementary color is HSL(346, 25%, 12%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 25%, 12%) in CSS?
As HSL: color: hsl(166, 25%, 12%); — As HEX: color: #172623; — As RGB: color: rgb(23, 38, 35); — Tailwind CSS: bg-[hsl(166,25%,12%)] — CSS variable: --color-primary: hsl(166, 25%, 12%);