HSL(320, 65%, 15%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(320,65%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(320, 65%, 15%) | color: hsl(320, 65%, 15%) | |
| HEX | #3F0D2F | color: #3F0D2F | |
| RGB | rgb(63, 13, 47) | color: rgb(63, 13, 47) | |
| CMYK | cmyk(0%, 79%, 25%, 75%) | — | |
| HSV | hsv(319, 79%, 25%) | — | |
| HWB | hwb(319 5% 75%) | color: hwb(319 5% 75%) | |
| OKLCH | oklch(0.261 0.088 343.26) | color: oklch(0.261 0.088 343.26) | |
| Lab | lab(12.92 28.02 -9.48) | color: lab(12.92 28.02 -9.48) | |
| LCH | lch(12.92 29.58 341.31) | color: lch(12.92 29.58 341.31) |
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)
#292927 — rgb(41, 41, 39)
Deuteranopia (Green-blind)
#2C3025 — rgb(44, 48, 37)
Tritanopia (Blue-blind)
#3D201F — rgb(61, 32, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(320, 65%, 15%);
text
color: hsl(320, 65%, 15%);
border
border: 2px solid hsl(320, 65%, 15%);
gradient light
background: linear-gradient(to right, hsl(320, 65%, 35%), hsl(320, 65%, 15%));
gradient dark
background: linear-gradient(to right, hsl(320, 65%, 15%), hsl(320, 65%, 0%))
hex
background-color: #3F0D2F;
tailwind
bg-[hsl(320,65%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(320, 65%, 15%, 0.4);
css variable
--color-primary: hsl(320, 65%, 15%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(320, 65%, 15%)?
HEX: #3F0D2F | RGB: rgb(63, 13, 47) | CMYK: 0%, 79%, 25%, 75% | HSV: 319°, 79%, 25%. Copy any format from the conversion table above.
What colors go well with #3F0D2F?
The complementary color is HSL(140, 65%, 15%). For a triadic harmony, use hues 320°, 80°, and 200°. For analogous combinations, try hues 290° and 350°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(320, 65%, 15%) in CSS?
As HSL: color: hsl(320, 65%, 15%); — As HEX: color: #3F0D2F; — As RGB: color: rgb(63, 13, 47); — Tailwind CSS: bg-[hsl(320,65%,15%)] — CSS variable: --color-primary: hsl(320, 65%, 15%);