HSL(263, 14%, 23%)
Grayish Indigo — Indigo color
Adjust Color
Color Information
Color Name
Grayish Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(263,14%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 14%, 23%) | color: hsl(263, 14%, 23%) | |
| HEX | #393243 | color: #393243 | |
| RGB | rgb(57, 50, 67) | color: rgb(57, 50, 67) | |
| CMYK | cmyk(15%, 25%, 0%, 74%) | — | |
| HSV | hsv(265, 25%, 26%) | — | |
| HWB | hwb(265 20% 74%) | color: hwb(265 20% 74%) | |
| OKLCH | oklch(0.3316 0.0309 303.53) | color: oklch(0.3316 0.0309 303.53) | |
| Lab | lab(22.15 7.15 -9.45) | color: lab(22.15 7.15 -9.45) | |
| LCH | lch(22.15 11.85 307.11) | color: lch(22.15 11.85 307.11) |
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)
#36363F — rgb(54, 54, 63)
Deuteranopia (Green-blind)
#36373E — rgb(54, 55, 62)
Tritanopia (Blue-blind)
#393C3B — rgb(57, 60, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 14%, 23%);
text
color: hsl(263, 14%, 23%);
border
border: 2px solid hsl(263, 14%, 23%);
gradient light
background: linear-gradient(to right, hsl(263, 14%, 43%), hsl(263, 14%, 23%));
gradient dark
background: linear-gradient(to right, hsl(263, 14%, 23%), hsl(263, 14%, 3%))
hex
background-color: #393243;
tailwind
bg-[hsl(263,14%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 14%, 23%, 0.4);
css variable
--color-primary: hsl(263, 14%, 23%);
Related Colors
Use Cases for Grayish Indigo
Frequently Asked Questions
What are all the color codes for HSL(263, 14%, 23%)?
HEX: #393243 | RGB: rgb(57, 50, 67) | CMYK: 15%, 25%, 0%, 74% | HSV: 265°, 25%, 26%. Copy any format from the conversion table above.
What colors go well with #393243?
The complementary color is HSL(83, 14%, 23%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 14%, 23%) in CSS?
As HSL: color: hsl(263, 14%, 23%); — As HEX: color: #393243; — As RGB: color: rgb(57, 50, 67); — Tailwind CSS: bg-[hsl(263,14%,23%)] — CSS variable: --color-primary: hsl(263, 14%, 23%);