HSL(333, 50%, 16%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(333,50%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 50%, 16%) | color: hsl(333, 50%, 16%) | |
| HEX | #3D1427 | color: #3D1427 | |
| RGB | rgb(61, 20, 39) | color: rgb(61, 20, 39) | |
| CMYK | cmyk(0%, 67%, 36%, 76%) | — | |
| HSV | hsv(332, 67%, 24%) | — | |
| HWB | hwb(332 8% 76%) | color: hwb(332 8% 76%) | |
| OKLCH | oklch(0.263 0.0688 353.97) | color: oklch(0.263 0.0688 353.97) | |
| Lab | lab(13.47 22.49 -2.84) | color: lab(13.47 22.49 -2.84) | |
| LCH | lch(13.47 22.67 352.8) | color: lch(13.47 22.67 352.8) |
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)
#2B2B22 — rgb(43, 43, 34)
Deuteranopia (Green-blind)
#2E3121 — rgb(46, 49, 33)
Tritanopia (Blue-blind)
#3B1F1E — rgb(59, 31, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 50%, 16%);
text
color: hsl(333, 50%, 16%);
border
border: 2px solid hsl(333, 50%, 16%);
gradient light
background: linear-gradient(to right, hsl(333, 50%, 36%), hsl(333, 50%, 16%));
gradient dark
background: linear-gradient(to right, hsl(333, 50%, 16%), hsl(333, 50%, 0%))
hex
background-color: #3D1427;
tailwind
bg-[hsl(333,50%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 50%, 16%, 0.4);
css variable
--color-primary: hsl(333, 50%, 16%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(333, 50%, 16%)?
HEX: #3D1427 | RGB: rgb(61, 20, 39) | CMYK: 0%, 67%, 36%, 76% | HSV: 332°, 67%, 24%. Copy any format from the conversion table above.
What colors go well with #3D1427?
The complementary color is HSL(153, 50%, 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, 50%, 16%) in CSS?
As HSL: color: hsl(333, 50%, 16%); — As HEX: color: #3D1427; — As RGB: color: rgb(61, 20, 39); — Tailwind CSS: bg-[hsl(333,50%,16%)] — CSS variable: --color-primary: hsl(333, 50%, 16%);