HSL(323, 16%, 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(323,16%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 16%, 13%) | color: hsl(323, 16%, 13%) | |
| HEX | #261C22 | color: #261C22 | |
| RGB | rgb(38, 28, 34) | color: rgb(38, 28, 34) | |
| CMYK | cmyk(0%, 26%, 11%, 85%) | — | |
| HSV | hsv(324, 26%, 15%) | — | |
| HWB | hwb(324 11% 85%) | color: hwb(324 11% 85%) | |
| OKLCH | oklch(0.241 0.0189 341.93) | color: oklch(0.241 0.0189 341.93) | |
| Lab | lab(11.68 6.22 -2.23) | color: lab(11.68 6.22 -2.23) | |
| LCH | lch(11.68 6.61 340.28) | color: lch(11.68 6.61 340.28) |
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)
#222221 — rgb(34, 34, 33)
Deuteranopia (Green-blind)
#222320 — rgb(34, 35, 32)
Tritanopia (Blue-blind)
#261F1F — rgb(38, 31, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 16%, 13%);
text
color: hsl(323, 16%, 13%);
border
border: 2px solid hsl(323, 16%, 13%);
gradient light
background: linear-gradient(to right, hsl(323, 16%, 33%), hsl(323, 16%, 13%));
gradient dark
background: linear-gradient(to right, hsl(323, 16%, 13%), hsl(323, 16%, 0%))
hex
background-color: #261C22;
tailwind
bg-[hsl(323,16%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 16%, 13%, 0.4);
css variable
--color-primary: hsl(323, 16%, 13%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 16%, 13%)?
HEX: #261C22 | RGB: rgb(38, 28, 34) | CMYK: 0%, 26%, 11%, 85% | HSV: 324°, 26%, 15%. Copy any format from the conversion table above.
What colors go well with #261C22?
The complementary color is HSL(143, 16%, 13%). 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, 16%, 13%) in CSS?
As HSL: color: hsl(323, 16%, 13%); — As HEX: color: #261C22; — As RGB: color: rgb(38, 28, 34); — Tailwind CSS: bg-[hsl(323,16%,13%)] — CSS variable: --color-primary: hsl(323, 16%, 13%);