HSL(321, 65%, 15%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,65%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 65%, 15%) | color: hsl(321, 65%, 15%) | |
| HEX | #3F0D2E | color: #3F0D2E | |
| RGB | rgb(63, 13, 46) | color: rgb(63, 13, 46) | |
| CMYK | cmyk(0%, 79%, 27%, 75%) | — | |
| HSV | hsv(320, 79%, 25%) | — | |
| HWB | hwb(320 5% 75%) | color: hwb(320 5% 75%) | |
| OKLCH | oklch(0.2604 0.0873 344.37) | color: oklch(0.2604 0.0873 344.37) | |
| Lab | lab(12.87 27.86 -8.83) | color: lab(12.87 27.86 -8.83) | |
| LCH | lch(12.87 29.23 342.41) | color: lch(12.87 29.23 342.41) |
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)
#292926 — rgb(41, 41, 38)
Deuteranopia (Green-blind)
#2C3024 — rgb(44, 48, 36)
Tritanopia (Blue-blind)
#3D201E — rgb(61, 32, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 65%, 15%);
text
color: hsl(321, 65%, 15%);
border
border: 2px solid hsl(321, 65%, 15%);
gradient light
background: linear-gradient(to right, hsl(321, 65%, 35%), hsl(321, 65%, 15%));
gradient dark
background: linear-gradient(to right, hsl(321, 65%, 15%), hsl(321, 65%, 0%))
hex
background-color: #3F0D2E;
tailwind
bg-[hsl(321,65%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 65%, 15%, 0.4);
css variable
--color-primary: hsl(321, 65%, 15%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 65%, 15%)?
HEX: #3F0D2E | RGB: rgb(63, 13, 46) | CMYK: 0%, 79%, 27%, 75% | HSV: 320°, 79%, 25%. Copy any format from the conversion table above.
What colors go well with #3F0D2E?
The complementary color is HSL(141, 65%, 15%). For a triadic harmony, use hues 321°, 81°, and 201°. For analogous combinations, try hues 291° and 351°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(321, 65%, 15%) in CSS?
As HSL: color: hsl(321, 65%, 15%); — As HEX: color: #3F0D2E; — As RGB: color: rgb(63, 13, 46); — Tailwind CSS: bg-[hsl(321,65%,15%)] — CSS variable: --color-primary: hsl(321, 65%, 15%);