HSL(332, 79%, 15%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,79%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 79%, 15%) | color: hsl(332, 79%, 15%) | |
| HEX | #440824 | color: #440824 | |
| RGB | rgb(68, 8, 36) | color: rgb(68, 8, 36) | |
| CMYK | cmyk(0%, 88%, 47%, 73%) | — | |
| HSV | hsv(332, 88%, 27%) | — | |
| HWB | hwb(332 3% 73%) | color: hwb(332 3% 73%) | |
| OKLCH | oklch(0.2605 0.0926 357.87) | color: oklch(0.2605 0.0926 357.87) | |
| Lab | lab(12.8 30.09 -1.46) | color: lab(12.8 30.09 -1.46) | |
| LCH | lch(12.8 30.13 357.22) | color: lch(12.8 30.13 357.22) |
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)
#2A291D — rgb(42, 41, 29)
Deuteranopia (Green-blind)
#2E321C — rgb(46, 50, 28)
Tritanopia (Blue-blind)
#411817 — rgb(65, 24, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 79%, 15%);
text
color: hsl(332, 79%, 15%);
border
border: 2px solid hsl(332, 79%, 15%);
gradient light
background: linear-gradient(to right, hsl(332, 79%, 35%), hsl(332, 79%, 15%));
gradient dark
background: linear-gradient(to right, hsl(332, 79%, 15%), hsl(332, 79%, 0%))
hex
background-color: #440824;
tailwind
bg-[hsl(332,79%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 79%, 15%, 0.4);
css variable
--color-primary: hsl(332, 79%, 15%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 79%, 15%)?
HEX: #440824 | RGB: rgb(68, 8, 36) | CMYK: 0%, 88%, 47%, 73% | HSV: 332°, 88%, 27%. Copy any format from the conversion table above.
What colors go well with #440824?
The complementary color is HSL(152, 79%, 15%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 79%, 15%) in CSS?
As HSL: color: hsl(332, 79%, 15%); — As HEX: color: #440824; — As RGB: color: rgb(68, 8, 36); — Tailwind CSS: bg-[hsl(332,79%,15%)] — CSS variable: --color-primary: hsl(332, 79%, 15%);