HSL(320, 26%, 5%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,26%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 26%, 5%) | color: hsl(320, 26%, 5%) | |
| HEX | #10090E | color: #10090E | |
| RGB | rgb(16, 9, 14) | color: rgb(16, 9, 14) | |
| CMYK | cmyk(0%, 44%, 13%, 94%) | — | |
| HSV | hsv(317, 44%, 6%) | — | |
| HWB | hwb(317 3% 94%) | color: hwb(317 3% 94%) | |
| OKLCH | oklch(0.1519 0.0159 337.04) | color: oklch(0.1519 0.0159 337.04) | |
| Lab | lab(3.05 2.87 -1.33) | color: lab(3.05 2.87 -1.33) | |
| LCH | lch(3.05 3.16 335.14) | color: lch(3.05 3.16 335.14) |
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)
#0D0D0D — rgb(13, 13, 13)
Deuteranopia (Green-blind)
#0D0E0D — rgb(13, 14, 13)
Tritanopia (Blue-blind)
#100C0C — rgb(16, 12, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 26%, 5%);
text
color: hsl(320, 26%, 5%);
border
border: 2px solid hsl(320, 26%, 5%);
gradient light
background: linear-gradient(to right, hsl(320, 26%, 25%), hsl(320, 26%, 5%));
gradient dark
background: linear-gradient(to right, hsl(320, 26%, 5%), hsl(320, 26%, 0%))
hex
background-color: #10090E;
tailwind
bg-[hsl(320,26%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 26%, 5%, 0.4);
css variable
--color-primary: hsl(320, 26%, 5%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 26%, 5%)?
HEX: #10090E | RGB: rgb(16, 9, 14) | CMYK: 0%, 44%, 13%, 94% | HSV: 317°, 44%, 6%. Copy any format from the conversion table above.
What colors go well with #10090E?
The complementary color is HSL(140, 26%, 5%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 26%, 5%) in CSS?
As HSL: color: hsl(320, 26%, 5%); — As HEX: color: #10090E; — As RGB: color: rgb(16, 9, 14); — Tailwind CSS: bg-[hsl(320,26%,5%)] — CSS variable: --color-primary: hsl(320, 26%, 5%);