HSL(313, 10%, 13%)
Very Dark Purple — Purple color
Adjust Color
Color Information
Color Name
Very Dark Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(313,10%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 10%, 13%) | color: hsl(313, 10%, 13%) | |
| HEX | #241E23 | color: #241E23 | |
| RGB | rgb(36, 30, 35) | color: rgb(36, 30, 35) | |
| CMYK | cmyk(0%, 17%, 3%, 86%) | — | |
| HSV | hsv(310, 17%, 14%) | — | |
| HWB | hwb(310 12% 86%) | color: hwb(310 12% 86%) | |
| OKLCH | oklch(0.244 0.013 331.52) | color: oklch(0.244 0.013 331.52) | |
| Lab | lab(12.12 4.06 -2.33) | color: lab(12.12 4.06 -2.33) | |
| LCH | lch(12.12 4.68 330.15) | color: lch(12.12 4.68 330.15) |
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)
#212122 — rgb(33, 33, 34)
Deuteranopia (Green-blind)
#222222 — rgb(34, 34, 34)
Tritanopia (Blue-blind)
#242121 — rgb(36, 33, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 10%, 13%);
text
color: hsl(313, 10%, 13%);
border
border: 2px solid hsl(313, 10%, 13%);
gradient light
background: linear-gradient(to right, hsl(313, 10%, 33%), hsl(313, 10%, 13%));
gradient dark
background: linear-gradient(to right, hsl(313, 10%, 13%), hsl(313, 10%, 0%))
hex
background-color: #241E23;
tailwind
bg-[hsl(313,10%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 10%, 13%, 0.4);
css variable
--color-primary: hsl(313, 10%, 13%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 10%, 13%)?
HEX: #241E23 | RGB: rgb(36, 30, 35) | CMYK: 0%, 17%, 3%, 86% | HSV: 310°, 17%, 14%. Copy any format from the conversion table above.
What colors go well with #241E23?
The complementary color is HSL(133, 10%, 13%). 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, 10%, 13%) in CSS?
As HSL: color: hsl(313, 10%, 13%); — As HEX: color: #241E23; — As RGB: color: rgb(36, 30, 35); — Tailwind CSS: bg-[hsl(313,10%,13%)] — CSS variable: --color-primary: hsl(313, 10%, 13%);