HSL(319, 89%, 2%)
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(319,89%,2%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 89%, 2%) | color: hsl(319, 89%, 2%) | |
| HEX | #0A0107 | color: #0A0107 | |
| RGB | rgb(10, 1, 7) | color: rgb(10, 1, 7) | |
| CMYK | cmyk(0%, 90%, 30%, 96%) | — | |
| HSV | hsv(320, 90%, 4%) | — | |
| HWB | hwb(320 0% 96%) | color: hwb(320 0% 96%) | |
| OKLCH | oklch(0.1051 0.0348 337.87) | color: oklch(0.1051 0.0348 337.87) | |
| Lab | lab(0.92 3.19 -1.44) | color: lab(0.92 3.19 -1.44) | |
| LCH | lch(0.92 3.5 335.71) | color: lch(0.92 3.5 335.71) |
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)
#060606 — rgb(6, 6, 6)
Deuteranopia (Green-blind)
#070705 — rgb(7, 7, 5)
Tritanopia (Blue-blind)
#0A0404 — rgb(10, 4, 4)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 89%, 2%);
text
color: hsl(319, 89%, 2%);
border
border: 2px solid hsl(319, 89%, 2%);
gradient light
background: linear-gradient(to right, hsl(319, 89%, 22%), hsl(319, 89%, 2%));
gradient dark
background: linear-gradient(to right, hsl(319, 89%, 2%), hsl(319, 89%, 0%))
hex
background-color: #0A0107;
tailwind
bg-[hsl(319,89%,2%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 89%, 2%, 0.4);
css variable
--color-primary: hsl(319, 89%, 2%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 89%, 2%)?
HEX: #0A0107 | RGB: rgb(10, 1, 7) | CMYK: 0%, 90%, 30%, 96% | HSV: 320°, 90%, 4%. Copy any format from the conversion table above.
What colors go well with #0A0107?
The complementary color is HSL(139, 89%, 2%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 89%, 2%) in CSS?
As HSL: color: hsl(319, 89%, 2%); — As HEX: color: #0A0107; — As RGB: color: rgb(10, 1, 7); — Tailwind CSS: bg-[hsl(319,89%,2%)] — CSS variable: --color-primary: hsl(319, 89%, 2%);