HSL(307, 100%, 1%)
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(307,100%,1%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(307, 100%, 1%) | color: hsl(307, 100%, 1%) | |
| HEX | #050005 | color: #050005 | |
| RGB | rgb(5, 0, 5) | color: rgb(5, 0, 5) | |
| CMYK | cmyk(0%, 100%, 0%, 98%) | — | |
| HSV | hsv(300, 100%, 2%) | — | |
| HWB | hwb(300 0% 98%) | color: hwb(300 0% 98%) | |
| OKLCH | oklch(0.0806 0.0371 328.36) | color: oklch(0.0806 0.0371 328.36) | |
| Lab | lab(0.39 2 -1.43) | color: lab(0.39 2 -1.43) | |
| LCH | lch(0.39 2.46 324.44) | color: lch(0.39 2.46 324.44) |
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)
#030304 — rgb(3, 3, 4)
Deuteranopia (Green-blind)
#030404 — rgb(3, 4, 4)
Tritanopia (Blue-blind)
#050303 — rgb(5, 3, 3)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(307, 100%, 1%);
text
color: hsl(307, 100%, 1%);
border
border: 2px solid hsl(307, 100%, 1%);
gradient light
background: linear-gradient(to right, hsl(307, 100%, 21%), hsl(307, 100%, 1%));
gradient dark
background: linear-gradient(to right, hsl(307, 100%, 1%), hsl(307, 100%, 0%))
hex
background-color: #050005;
tailwind
bg-[hsl(307,100%,1%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(307, 100%, 1%, 0.4);
css variable
--color-primary: hsl(307, 100%, 1%);
Related Colors
Use Cases for Very Dark Purple
Frequently Asked Questions
What are all the color codes for HSL(307, 100%, 1%)?
HEX: #050005 | RGB: rgb(5, 0, 5) | CMYK: 0%, 100%, 0%, 98% | HSV: 300°, 100%, 2%. Copy any format from the conversion table above.
What colors go well with #050005?
The complementary color is HSL(127, 100%, 1%). For a triadic harmony, use hues 307°, 67°, and 187°. For analogous combinations, try hues 277° and 337°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(307, 100%, 1%) in CSS?
As HSL: color: hsl(307, 100%, 1%); — As HEX: color: #050005; — As RGB: color: rgb(5, 0, 5); — Tailwind CSS: bg-[hsl(307,100%,1%)] — CSS variable: --color-primary: hsl(307, 100%, 1%);