HSL(331, 65%, 11%)
Very Dark Pink — Pink color
Adjust Color
Color Information
Color Name
Very Dark Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,65%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 65%, 11%) | color: hsl(331, 65%, 11%) | |
| HEX | #2E0A1B | color: #2E0A1B | |
| RGB | rgb(46, 10, 27) | color: rgb(46, 10, 27) | |
| CMYK | cmyk(0%, 78%, 41%, 82%) | — | |
| HSV | hsv(332, 78%, 18%) | — | |
| HWB | hwb(332 4% 82%) | color: hwb(332 4% 82%) | |
| OKLCH | oklch(0.2145 0.0626 354.46) | color: oklch(0.2145 0.0626 354.46) | |
| Lab | lab(7.92 20.41 -2.38) | color: lab(7.92 20.41 -2.38) | |
| LCH | lch(7.92 20.55 353.35) | color: lch(7.92 20.55 353.35) |
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)
#1E1E17 — rgb(30, 30, 23)
Deuteranopia (Green-blind)
#212316 — rgb(33, 35, 22)
Tritanopia (Blue-blind)
#2C1413 — rgb(44, 20, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 65%, 11%);
text
color: hsl(331, 65%, 11%);
border
border: 2px solid hsl(331, 65%, 11%);
gradient light
background: linear-gradient(to right, hsl(331, 65%, 31%), hsl(331, 65%, 11%));
gradient dark
background: linear-gradient(to right, hsl(331, 65%, 11%), hsl(331, 65%, 0%))
hex
background-color: #2E0A1B;
tailwind
bg-[hsl(331,65%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 65%, 11%, 0.4);
css variable
--color-primary: hsl(331, 65%, 11%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 65%, 11%)?
HEX: #2E0A1B | RGB: rgb(46, 10, 27) | CMYK: 0%, 78%, 41%, 82% | HSV: 332°, 78%, 18%. Copy any format from the conversion table above.
What colors go well with #2E0A1B?
The complementary color is HSL(151, 65%, 11%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 65%, 11%) in CSS?
As HSL: color: hsl(331, 65%, 11%); — As HEX: color: #2E0A1B; — As RGB: color: rgb(46, 10, 27); — Tailwind CSS: bg-[hsl(331,65%,11%)] — CSS variable: --color-primary: hsl(331, 65%, 11%);