HSL(322, 10%, 13%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(322,10%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 10%, 13%) | color: hsl(322, 10%, 13%) | |
| HEX | #241E22 | color: #241E22 | |
| RGB | rgb(36, 30, 34) | color: rgb(36, 30, 34) | |
| CMYK | cmyk(0%, 17%, 6%, 86%) | — | |
| HSV | hsv(320, 17%, 14%) | — | |
| HWB | hwb(320 12% 86%) | color: hwb(320 12% 86%) | |
| OKLCH | oklch(0.2436 0.0117 338.21) | color: oklch(0.2436 0.0117 338.21) | |
| Lab | lab(12.08 3.82 -1.65) | color: lab(12.08 3.82 -1.65) | |
| LCH | lch(12.08 4.16 336.64) | color: lch(12.08 4.16 336.64) |
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)
#212121 — rgb(33, 33, 33)
Deuteranopia (Green-blind)
#222221 — rgb(34, 34, 33)
Tritanopia (Blue-blind)
#242020 — rgb(36, 32, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 10%, 13%);
text
color: hsl(322, 10%, 13%);
border
border: 2px solid hsl(322, 10%, 13%);
gradient light
background: linear-gradient(to right, hsl(322, 10%, 33%), hsl(322, 10%, 13%));
gradient dark
background: linear-gradient(to right, hsl(322, 10%, 13%), hsl(322, 10%, 0%))
hex
background-color: #241E22;
tailwind
bg-[hsl(322,10%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 10%, 13%, 0.4);
css variable
--color-primary: hsl(322, 10%, 13%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 10%, 13%)?
HEX: #241E22 | RGB: rgb(36, 30, 34) | CMYK: 0%, 17%, 6%, 86% | HSV: 320°, 17%, 14%. Copy any format from the conversion table above.
What colors go well with #241E22?
The complementary color is HSL(142, 10%, 13%). 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, 10%, 13%) in CSS?
As HSL: color: hsl(322, 10%, 13%); — As HEX: color: #241E22; — As RGB: color: rgb(36, 30, 34); — Tailwind CSS: bg-[hsl(322,10%,13%)] — CSS variable: --color-primary: hsl(322, 10%, 13%);