HSL(245, 23%, 11%)
Very Dark Blue — Blue color
Adjust Color
Color Information
Color Name
Very Dark Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(245,23%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 23%, 11%) | color: hsl(245, 23%, 11%) | |
| HEX | #171623 | color: #171623 | |
| RGB | rgb(23, 22, 35) | color: rgb(23, 22, 35) | |
| CMYK | cmyk(34%, 37%, 0%, 86%) | — | |
| HSV | hsv(245, 37%, 14%) | — | |
| HWB | hwb(245 9% 86%) | color: hwb(245 9% 86%) | |
| OKLCH | oklch(0.2079 0.0256 287.47) | color: oklch(0.2079 0.0256 287.47) | |
| Lab | lab(7.92 4.34 -8.83) | color: lab(7.92 4.34 -8.83) | |
| LCH | lch(7.92 9.84 296.17) | color: lch(7.92 9.84 296.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)
#171720 — rgb(23, 23, 32)
Deuteranopia (Green-blind)
#17171F — rgb(23, 23, 31)
Tritanopia (Blue-blind)
#171D1D — rgb(23, 29, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 23%, 11%);
text
color: hsl(245, 23%, 11%);
border
border: 2px solid hsl(245, 23%, 11%);
gradient light
background: linear-gradient(to right, hsl(245, 23%, 31%), hsl(245, 23%, 11%));
gradient dark
background: linear-gradient(to right, hsl(245, 23%, 11%), hsl(245, 23%, 0%))
hex
background-color: #171623;
tailwind
bg-[hsl(245,23%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 23%, 11%, 0.4);
css variable
--color-primary: hsl(245, 23%, 11%);
Related Colors
Use Cases for Very Dark Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 23%, 11%)?
HEX: #171623 | RGB: rgb(23, 22, 35) | CMYK: 34%, 37%, 0%, 86% | HSV: 245°, 37%, 14%. Copy any format from the conversion table above.
What colors go well with #171623?
The complementary color is HSL(65, 23%, 11%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 23%, 11%) in CSS?
As HSL: color: hsl(245, 23%, 11%); — As HEX: color: #171623; — As RGB: color: rgb(23, 22, 35); — Tailwind CSS: bg-[hsl(245,23%,11%)] — CSS variable: --color-primary: hsl(245, 23%, 11%);