HSL(331, 45%, 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,45%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 45%, 11%) | color: hsl(331, 45%, 11%) | |
| HEX | #290F1C | color: #290F1C | |
| RGB | rgb(41, 15, 28) | color: rgb(41, 15, 28) | |
| CMYK | cmyk(0%, 63%, 32%, 84%) | — | |
| HSV | hsv(330, 63%, 16%) | — | |
| HWB | hwb(330 6% 84%) | color: hwb(330 6% 84%) | |
| OKLCH | oklch(0.214 0.0474 350.58) | color: oklch(0.214 0.0474 350.58) | |
| Lab | lab(8.1 15.53 -2.99) | color: lab(8.1 15.53 -2.99) | |
| LCH | lch(8.1 15.82 349.1) | color: lch(8.1 15.82 349.1) |
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)
#1E1E19 — rgb(30, 30, 25)
Deuteranopia (Green-blind)
#1F2118 — rgb(31, 33, 24)
Tritanopia (Blue-blind)
#281616 — rgb(40, 22, 22)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 45%, 11%);
text
color: hsl(331, 45%, 11%);
border
border: 2px solid hsl(331, 45%, 11%);
gradient light
background: linear-gradient(to right, hsl(331, 45%, 31%), hsl(331, 45%, 11%));
gradient dark
background: linear-gradient(to right, hsl(331, 45%, 11%), hsl(331, 45%, 0%))
hex
background-color: #290F1C;
tailwind
bg-[hsl(331,45%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 45%, 11%, 0.4);
css variable
--color-primary: hsl(331, 45%, 11%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 45%, 11%)?
HEX: #290F1C | RGB: rgb(41, 15, 28) | CMYK: 0%, 63%, 32%, 84% | HSV: 330°, 63%, 16%. Copy any format from the conversion table above.
What colors go well with #290F1C?
The complementary color is HSL(151, 45%, 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, 45%, 11%) in CSS?
As HSL: color: hsl(331, 45%, 11%); — As HEX: color: #290F1C; — As RGB: color: rgb(41, 15, 28); — Tailwind CSS: bg-[hsl(331,45%,11%)] — CSS variable: --color-primary: hsl(331, 45%, 11%);