HSL(333, 60%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,60%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 60%, 16%) | color: hsl(333, 60%, 16%) | |
| HEX | #411026 | color: #411026 | |
| RGB | rgb(65, 16, 38) | color: rgb(65, 16, 38) | |
| CMYK | cmyk(0%, 75%, 42%, 75%) | — | |
| HSV | hsv(333, 75%, 25%) | — | |
| HWB | hwb(333 6% 75%) | color: hwb(333 6% 75%) | |
| OKLCH | oklch(0.2642 0.0796 356.33) | color: oklch(0.2642 0.0796 356.33) | |
| Lab | lab(13.44 25.95 -2.06) | color: lab(13.44 25.95 -2.06) | |
| LCH | lch(13.44 26.03 355.46) | color: lch(13.44 26.03 355.46) |
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)
#2C2B21 — rgb(44, 43, 33)
Deuteranopia (Green-blind)
#2F321F — rgb(47, 50, 31)
Tritanopia (Blue-blind)
#3F1C1C — rgb(63, 28, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 60%, 16%);
text
color: hsl(333, 60%, 16%);
border
border: 2px solid hsl(333, 60%, 16%);
gradient light
background: linear-gradient(to right, hsl(333, 60%, 36%), hsl(333, 60%, 16%));
gradient dark
background: linear-gradient(to right, hsl(333, 60%, 16%), hsl(333, 60%, 0%))
hex
background-color: #411026;
tailwind
bg-[hsl(333,60%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 60%, 16%, 0.4);
css variable
--color-primary: hsl(333, 60%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 60%, 16%)?
HEX: #411026 | RGB: rgb(65, 16, 38) | CMYK: 0%, 75%, 42%, 75% | HSV: 333°, 75%, 25%. Copy any format from the conversion table above.
What colors go well with #411026?
The complementary color is HSL(153, 60%, 16%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 60%, 16%) in CSS?
As HSL: color: hsl(333, 60%, 16%); — As HEX: color: #411026; — As RGB: color: rgb(65, 16, 38); — Tailwind CSS: bg-[hsl(333,60%,16%)] — CSS variable: --color-primary: hsl(333, 60%, 16%);