HSL(321, 65%, 25%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(321,65%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(321, 65%, 25%) | color: hsl(321, 65%, 25%) | |
| HEX | #69164C | color: #69164C | |
| RGB | rgb(105, 22, 76) | color: rgb(105, 22, 76) | |
| CMYK | cmyk(0%, 79%, 28%, 59%) | — | |
| HSV | hsv(321, 79%, 41%) | — | |
| HWB | hwb(321 9% 59%) | color: hwb(321 9% 59%) | |
| OKLCH | oklch(0.3619 0.1292 345.66) | color: oklch(0.3619 0.1292 345.66) | |
| Lab | lab(24 41.26 -12.05) | color: lab(24 41.26 -12.05) | |
| LCH | lch(24 42.98 343.72) | color: lch(24 42.98 343.72) |
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)
#45443F — rgb(69, 68, 63)
Deuteranopia (Green-blind)
#4A503C — rgb(74, 80, 60)
Tritanopia (Blue-blind)
#653532 — rgb(101, 53, 50)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(321, 65%, 25%);
text
color: hsl(321, 65%, 25%);
border
border: 2px solid hsl(321, 65%, 25%);
gradient light
background: linear-gradient(to right, hsl(321, 65%, 45%), hsl(321, 65%, 25%));
gradient dark
background: linear-gradient(to right, hsl(321, 65%, 25%), hsl(321, 65%, 5%))
hex
background-color: #69164C;
tailwind
bg-[hsl(321,65%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(321, 65%, 25%, 0.4);
css variable
--color-primary: hsl(321, 65%, 25%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(321, 65%, 25%)?
HEX: #69164C | RGB: rgb(105, 22, 76) | CMYK: 0%, 79%, 28%, 59% | HSV: 321°, 79%, 41%. Copy any format from the conversion table above.
What colors go well with #69164C?
The complementary color is HSL(141, 65%, 25%). 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%, 25%) in CSS?
As HSL: color: hsl(321, 65%, 25%); — As HEX: color: #69164C; — As RGB: color: rgb(105, 22, 76); — Tailwind CSS: bg-[hsl(321,65%,25%)] — CSS variable: --color-primary: hsl(321, 65%, 25%);