HSL(323, 84%, 14%)
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(323,84%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 84%, 14%) | color: hsl(323, 84%, 14%) | |
| HEX | #42062B | color: #42062B | |
| RGB | rgb(66, 6, 43) | color: rgb(66, 6, 43) | |
| CMYK | cmyk(0%, 91%, 35%, 74%) | — | |
| HSV | hsv(323, 91%, 26%) | — | |
| HWB | hwb(323 2% 74%) | color: hwb(323 2% 74%) | |
| OKLCH | oklch(0.2575 0.0973 348.57) | color: oklch(0.2575 0.0973 348.57) | |
| Lab | lab(12.37 31.17 -7.33) | color: lab(12.37 31.17 -7.33) | |
| LCH | lch(12.37 32.02 346.77) | color: lch(12.37 32.02 346.77) |
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)
#282722 — rgb(40, 39, 34)
Deuteranopia (Green-blind)
#2C3020 — rgb(44, 48, 32)
Tritanopia (Blue-blind)
#3F1B19 — rgb(63, 27, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 84%, 14%);
text
color: hsl(323, 84%, 14%);
border
border: 2px solid hsl(323, 84%, 14%);
gradient light
background: linear-gradient(to right, hsl(323, 84%, 34%), hsl(323, 84%, 14%));
gradient dark
background: linear-gradient(to right, hsl(323, 84%, 14%), hsl(323, 84%, 0%))
hex
background-color: #42062B;
tailwind
bg-[hsl(323,84%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 84%, 14%, 0.4);
css variable
--color-primary: hsl(323, 84%, 14%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 84%, 14%)?
HEX: #42062B | RGB: rgb(66, 6, 43) | CMYK: 0%, 91%, 35%, 74% | HSV: 323°, 91%, 26%. Copy any format from the conversion table above.
What colors go well with #42062B?
The complementary color is HSL(143, 84%, 14%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 84%, 14%) in CSS?
As HSL: color: hsl(323, 84%, 14%); — As HEX: color: #42062B; — As RGB: color: rgb(66, 6, 43); — Tailwind CSS: bg-[hsl(323,84%,14%)] — CSS variable: --color-primary: hsl(323, 84%, 14%);