HSL(341, 63%, 13%)
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(341,63%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 63%, 13%) | color: hsl(341, 63%, 13%) | |
| HEX | #360C19 | color: #360C19 | |
| RGB | rgb(54, 12, 25) | color: rgb(54, 12, 25) | |
| CMYK | cmyk(0%, 78%, 54%, 79%) | — | |
| HSV | hsv(341, 78%, 21%) | — | |
| HWB | hwb(341 5% 79%) | color: hwb(341 5% 79%) | |
| OKLCH | oklch(0.2324 0.068 5.16) | color: oklch(0.2324 0.068 5.16) | |
| Lab | lab(9.94 22.18 2.3) | color: lab(9.94 22.18 2.3) | |
| LCH | lch(9.94 22.3 5.92) | color: lch(9.94 22.3 5.92) |
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)
#242316 — rgb(36, 35, 22)
Deuteranopia (Green-blind)
#262915 — rgb(38, 41, 21)
Tritanopia (Blue-blind)
#341313 — rgb(52, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 63%, 13%);
text
color: hsl(341, 63%, 13%);
border
border: 2px solid hsl(341, 63%, 13%);
gradient light
background: linear-gradient(to right, hsl(341, 63%, 33%), hsl(341, 63%, 13%));
gradient dark
background: linear-gradient(to right, hsl(341, 63%, 13%), hsl(341, 63%, 0%))
hex
background-color: #360C19;
tailwind
bg-[hsl(341,63%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 63%, 13%, 0.4);
css variable
--color-primary: hsl(341, 63%, 13%);
Related Colors
Use Cases for Very Dark Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 63%, 13%)?
HEX: #360C19 | RGB: rgb(54, 12, 25) | CMYK: 0%, 78%, 54%, 79% | HSV: 341°, 78%, 21%. Copy any format from the conversion table above.
What colors go well with #360C19?
The complementary color is HSL(161, 63%, 13%). 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, 63%, 13%) in CSS?
As HSL: color: hsl(341, 63%, 13%); — As HEX: color: #360C19; — As RGB: color: rgb(54, 12, 25); — Tailwind CSS: bg-[hsl(341,63%,13%)] — CSS variable: --color-primary: hsl(341, 63%, 13%);