HSL(313, 68%, 11%)
Very Dark Purple — Purple color
Adjust Color
Color Information
Color Name
Very Dark Purple
Color Family
Purple
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(313,68%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(313, 68%, 11%) | color: hsl(313, 68%, 11%) | |
| HEX | #2F0927 | color: #2F0927 | |
| RGB | rgb(47, 9, 39) | color: rgb(47, 9, 39) | |
| CMYK | cmyk(0%, 81%, 17%, 82%) | — | |
| HSV | hsv(313, 81%, 18%) | — | |
| HWB | hwb(313 3% 82%) | color: hwb(313 3% 82%) | |
| OKLCH | oklch(0.2213 0.0744 337.27) | color: oklch(0.2213 0.0744 337.27) | |
| Lab | lab(8.54 23.34 -10.6) | color: lab(8.54 23.34 -10.6) | |
| LCH | lch(8.54 25.63 335.57) | color: lch(8.54 25.63 335.57) |
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)
#1F1E20 — rgb(31, 30, 32)
Deuteranopia (Green-blind)
#21241E — rgb(33, 36, 30)
Tritanopia (Blue-blind)
#2D1A19 — rgb(45, 26, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(313, 68%, 11%);
text
color: hsl(313, 68%, 11%);
border
border: 2px solid hsl(313, 68%, 11%);
gradient light
background: linear-gradient(to right, hsl(313, 68%, 31%), hsl(313, 68%, 11%));
gradient dark
background: linear-gradient(to right, hsl(313, 68%, 11%), hsl(313, 68%, 0%))
hex
background-color: #2F0927;
tailwind
bg-[hsl(313,68%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(313, 68%, 11%, 0.4);
css variable
--color-primary: hsl(313, 68%, 11%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(313, 68%, 11%)?
HEX: #2F0927 | RGB: rgb(47, 9, 39) | CMYK: 0%, 81%, 17%, 82% | HSV: 313°, 81%, 18%. Copy any format from the conversion table above.
What colors go well with #2F0927?
The complementary color is HSL(133, 68%, 11%). 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, 68%, 11%) in CSS?
As HSL: color: hsl(313, 68%, 11%); — As HEX: color: #2F0927; — As RGB: color: rgb(47, 9, 39); — Tailwind CSS: bg-[hsl(313,68%,11%)] — CSS variable: --color-primary: hsl(313, 68%, 11%);