HSL(293, 23%, 23%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(293,23%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(293, 23%, 23%) | color: hsl(293, 23%, 23%) | |
| HEX | #452D48 | color: #452D48 | |
| RGB | rgb(69, 45, 72) | color: rgb(69, 45, 72) | |
| CMYK | cmyk(4%, 38%, 0%, 72%) | — | |
| HSV | hsv(293, 38%, 28%) | — | |
| HWB | hwb(293 17% 72%) | color: hwb(293 17% 72%) | |
| OKLCH | oklch(0.3371 0.056 322.82) | color: oklch(0.3371 0.056 322.82) | |
| Lab | lab(22.34 16.46 -12.41) | color: lab(22.34 16.46 -12.41) | |
| LCH | lch(22.34 20.61 322.99) | color: lch(22.34 20.61 322.99) |
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)
#3B3A41 — rgb(59, 58, 65)
Deuteranopia (Green-blind)
#3C3E40 — rgb(60, 62, 64)
Tritanopia (Blue-blind)
#443C3B — rgb(68, 60, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(293, 23%, 23%);
text
color: hsl(293, 23%, 23%);
border
border: 2px solid hsl(293, 23%, 23%);
gradient light
background: linear-gradient(to right, hsl(293, 23%, 43%), hsl(293, 23%, 23%));
gradient dark
background: linear-gradient(to right, hsl(293, 23%, 23%), hsl(293, 23%, 3%))
hex
background-color: #452D48;
tailwind
bg-[hsl(293,23%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(293, 23%, 23%, 0.4);
css variable
--color-primary: hsl(293, 23%, 23%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(293, 23%, 23%)?
HEX: #452D48 | RGB: rgb(69, 45, 72) | CMYK: 4%, 38%, 0%, 72% | HSV: 293°, 38%, 28%. Copy any format from the conversion table above.
What colors go well with #452D48?
The complementary color is HSL(113, 23%, 23%). For a triadic harmony, use hues 293°, 53°, and 173°. For analogous combinations, try hues 263° and 323°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(293, 23%, 23%) in CSS?
As HSL: color: hsl(293, 23%, 23%); — As HEX: color: #452D48; — As RGB: color: rgb(69, 45, 72); — Tailwind CSS: bg-[hsl(293,23%,23%)] — CSS variable: --color-primary: hsl(293, 23%, 23%);