HSL(316, 40%, 11%)
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(316,40%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 40%, 11%) | color: hsl(316, 40%, 11%) | |
| HEX | #271121 | color: #271121 | |
| RGB | rgb(39, 17, 33) | color: rgb(39, 17, 33) | |
| CMYK | cmyk(0%, 56%, 15%, 85%) | — | |
| HSV | hsv(316, 56%, 15%) | — | |
| HWB | hwb(316 7% 85%) | color: hwb(316 7% 85%) | |
| OKLCH | oklch(0.217 0.045 338.16) | color: oklch(0.217 0.045 338.16) | |
| Lab | lab(8.5 14.33 -6.24) | color: lab(8.5 14.33 -6.24) | |
| LCH | lch(8.5 15.63 336.47) | color: lch(8.5 15.63 336.47) |
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)
#1D1D1D — rgb(29, 29, 29)
Deuteranopia (Green-blind)
#1F201C — rgb(31, 32, 28)
Tritanopia (Blue-blind)
#261A19 — rgb(38, 26, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 40%, 11%);
text
color: hsl(316, 40%, 11%);
border
border: 2px solid hsl(316, 40%, 11%);
gradient light
background: linear-gradient(to right, hsl(316, 40%, 31%), hsl(316, 40%, 11%));
gradient dark
background: linear-gradient(to right, hsl(316, 40%, 11%), hsl(316, 40%, 0%))
hex
background-color: #271121;
tailwind
bg-[hsl(316,40%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 40%, 11%, 0.4);
css variable
--color-primary: hsl(316, 40%, 11%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 40%, 11%)?
HEX: #271121 | RGB: rgb(39, 17, 33) | CMYK: 0%, 56%, 15%, 85% | HSV: 316°, 56%, 15%. Copy any format from the conversion table above.
What colors go well with #271121?
The complementary color is HSL(136, 40%, 11%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 40%, 11%) in CSS?
As HSL: color: hsl(316, 40%, 11%); — As HEX: color: #271121; — As RGB: color: rgb(39, 17, 33); — Tailwind CSS: bg-[hsl(316,40%,11%)] — CSS variable: --color-primary: hsl(316, 40%, 11%);