HSL(313, 60%, 18%)
Purple — Purple color
Adjust Color
Color Information
Color Name
Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,60%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 60%, 18%) | color: hsl(313, 60%, 18%) | |
| HEX | #49123E | color: #49123E | |
| RGB | rgb(73, 18, 62) | color: rgb(73, 18, 62) | |
| CMYK | cmyk(0%, 75%, 15%, 71%) | — | |
| HSV | hsv(312, 75%, 29%) | — | |
| HWB | hwb(312 7% 71%) | color: hwb(312 7% 71%) | |
| OKLCH | oklch(0.2933 0.1004 336.85) | color: oklch(0.2933 0.1004 336.85) | |
| Lab | lab(16.49 31.43 -14.53) | color: lab(16.49 31.43 -14.53) | |
| LCH | lch(16.49 34.63 335.19) | color: lch(16.49 34.63 335.19) |
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)
#313133 — rgb(49, 49, 51)
Deuteranopia (Green-blind)
#343931 — rgb(52, 57, 49)
Tritanopia (Blue-blind)
#462B29 — rgb(70, 43, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 60%, 18%);
text
color: hsl(313, 60%, 18%);
border
border: 2px solid hsl(313, 60%, 18%);
gradient light
background: linear-gradient(to right, hsl(313, 60%, 38%), hsl(313, 60%, 18%));
gradient dark
background: linear-gradient(to right, hsl(313, 60%, 18%), hsl(313, 60%, 0%))
hex
background-color: #49123E;
tailwind
bg-[hsl(313,60%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 60%, 18%, 0.4);
css variable
--color-primary: hsl(313, 60%, 18%);
Related Colors
Use Cases for Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 60%, 18%)?
HEX: #49123E | RGB: rgb(73, 18, 62) | CMYK: 0%, 75%, 15%, 71% | HSV: 312°, 75%, 29%. Copy any format from the conversion table above.
What colors go well with #49123E?
The complementary color is HSL(133, 60%, 18%). For a triadic harmony, use hues 313°, 73°, and 193°. For analogous combinations, try hues 283° and 343°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(313, 60%, 18%) in CSS?
As HSL: color: hsl(313, 60%, 18%); — As HEX: color: #49123E; — As RGB: color: rgb(73, 18, 62); — Tailwind CSS: bg-[hsl(313,60%,18%)] — CSS variable: --color-primary: hsl(313, 60%, 18%);