HSL(328, 61%, 24%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(328,61%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(328, 61%, 24%) | color: hsl(328, 61%, 24%) | |
| HEX | #631840 | color: #631840 | |
| RGB | rgb(99, 24, 64) | color: rgb(99, 24, 64) | |
| CMYK | cmyk(0%, 76%, 35%, 61%) | — | |
| HSV | hsv(328, 76%, 39%) | — | |
| HWB | hwb(328 9% 61%) | color: hwb(328 9% 61%) | |
| OKLCH | oklch(0.3477 0.1147 352.03) | color: oklch(0.3477 0.1147 352.03) | |
| Lab | lab(22.57 37.13 -6.16) | color: lab(22.57 37.13 -6.16) | |
| LCH | lch(22.57 37.64 350.58) | color: lch(22.57 37.64 350.58) |
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)
#434236 — rgb(67, 66, 54)
Deuteranopia (Green-blind)
#474D34 — rgb(71, 77, 52)
Tritanopia (Blue-blind)
#5F2F2D — rgb(95, 47, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(328, 61%, 24%);
text
color: hsl(328, 61%, 24%);
border
border: 2px solid hsl(328, 61%, 24%);
gradient light
background: linear-gradient(to right, hsl(328, 61%, 44%), hsl(328, 61%, 24%));
gradient dark
background: linear-gradient(to right, hsl(328, 61%, 24%), hsl(328, 61%, 4%))
hex
background-color: #631840;
tailwind
bg-[hsl(328,61%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(328, 61%, 24%, 0.4);
css variable
--color-primary: hsl(328, 61%, 24%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(328, 61%, 24%)?
HEX: #631840 | RGB: rgb(99, 24, 64) | CMYK: 0%, 76%, 35%, 61% | HSV: 328°, 76%, 39%. Copy any format from the conversion table above.
What colors go well with #631840?
The complementary color is HSL(148, 61%, 24%). For a triadic harmony, use hues 328°, 88°, and 208°. For analogous combinations, try hues 298° and 358°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(328, 61%, 24%) in CSS?
As HSL: color: hsl(328, 61%, 24%); — As HEX: color: #631840; — As RGB: color: rgb(99, 24, 64); — Tailwind CSS: bg-[hsl(328,61%,24%)] — CSS variable: --color-primary: hsl(328, 61%, 24%);