HSL(322, 92%, 8%)
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(322,92%,8%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 92%, 8%) | color: hsl(322, 92%, 8%) | |
| HEX | #270219 | color: #270219 | |
| RGB | rgb(39, 2, 25) | color: rgb(39, 2, 25) | |
| CMYK | cmyk(0%, 95%, 36%, 85%) | — | |
| HSV | hsv(323, 95%, 15%) | — | |
| HWB | hwb(323 1% 85%) | color: hwb(323 1% 85%) | |
| OKLCH | oklch(0.1855 0.0714 346.56) | color: oklch(0.1855 0.0714 346.56) | |
| Lab | lab(4.92 20.6 -5.39) | color: lab(4.92 20.6 -5.39) | |
| LCH | lch(4.92 21.29 345.34) | color: lch(4.92 21.29 345.34) |
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)
#171713 — rgb(23, 23, 19)
Deuteranopia (Green-blind)
#191C12 — rgb(25, 28, 18)
Tritanopia (Blue-blind)
#250F0E — rgb(37, 15, 14)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 92%, 8%);
text
color: hsl(322, 92%, 8%);
border
border: 2px solid hsl(322, 92%, 8%);
gradient light
background: linear-gradient(to right, hsl(322, 92%, 28%), hsl(322, 92%, 8%));
gradient dark
background: linear-gradient(to right, hsl(322, 92%, 8%), hsl(322, 92%, 0%))
hex
background-color: #270219;
tailwind
bg-[hsl(322,92%,8%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 92%, 8%, 0.4);
css variable
--color-primary: hsl(322, 92%, 8%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 92%, 8%)?
HEX: #270219 | RGB: rgb(39, 2, 25) | CMYK: 0%, 95%, 36%, 85% | HSV: 323°, 95%, 15%. Copy any format from the conversion table above.
What colors go well with #270219?
The complementary color is HSL(142, 92%, 8%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 92%, 8%) in CSS?
As HSL: color: hsl(322, 92%, 8%); — As HEX: color: #270219; — As RGB: color: rgb(39, 2, 25); — Tailwind CSS: bg-[hsl(322,92%,8%)] — CSS variable: --color-primary: hsl(322, 92%, 8%);