HSL(341, 59%, 15%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,59%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 59%, 15%) | color: hsl(341, 59%, 15%) | |
| HEX | #3D101E | color: #3D101E | |
| RGB | rgb(61, 16, 30) | color: rgb(61, 16, 30) | |
| CMYK | cmyk(0%, 74%, 51%, 76%) | — | |
| HSV | hsv(341, 74%, 24%) | — | |
| HWB | hwb(341 6% 76%) | color: hwb(341 6% 76%) | |
| OKLCH | oklch(0.2535 0.0717 4.62) | color: oklch(0.2535 0.0717 4.62) | |
| Lab | lab(12.33 23.43 2.15) | color: lab(12.33 23.43 2.15) | |
| LCH | lch(12.33 23.53 5.24) | color: lch(12.33 23.53 5.24) |
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)
#2A291B — rgb(42, 41, 27)
Deuteranopia (Green-blind)
#2C301A — rgb(44, 48, 26)
Tritanopia (Blue-blind)
#3B1817 — rgb(59, 24, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 59%, 15%);
text
color: hsl(341, 59%, 15%);
border
border: 2px solid hsl(341, 59%, 15%);
gradient light
background: linear-gradient(to right, hsl(341, 59%, 35%), hsl(341, 59%, 15%));
gradient dark
background: linear-gradient(to right, hsl(341, 59%, 15%), hsl(341, 59%, 0%))
hex
background-color: #3D101E;
tailwind
bg-[hsl(341,59%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 59%, 15%, 0.4);
css variable
--color-primary: hsl(341, 59%, 15%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 59%, 15%)?
HEX: #3D101E | RGB: rgb(61, 16, 30) | CMYK: 0%, 74%, 51%, 76% | HSV: 341°, 74%, 24%. Copy any format from the conversion table above.
What colors go well with #3D101E?
The complementary color is HSL(161, 59%, 15%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 59%, 15%) in CSS?
As HSL: color: hsl(341, 59%, 15%); — As HEX: color: #3D101E; — As RGB: color: rgb(61, 16, 30); — Tailwind CSS: bg-[hsl(341,59%,15%)] — CSS variable: --color-primary: hsl(341, 59%, 15%);