HSL(316, 65%, 24%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,65%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 65%, 24%) | color: hsl(316, 65%, 24%) | |
| HEX | #651550 | color: #651550 | |
| RGB | rgb(101, 21, 80) | color: rgb(101, 21, 80) | |
| CMYK | cmyk(0%, 79%, 21%, 60%) | — | |
| HSV | hsv(316, 79%, 40%) | — | |
| HWB | hwb(316 8% 60%) | color: hwb(316 8% 60%) | |
| OKLCH | oklch(0.3559 0.1302 340.76) | color: oklch(0.3559 0.1302 340.76) | |
| Lab | lab(23.28 41.1 -15.92) | color: lab(23.28 41.1 -15.92) | |
| LCH | lch(23.28 44.08 338.83) | color: lch(23.28 44.08 338.83) |
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)
#424242 — rgb(66, 66, 66)
Deuteranopia (Green-blind)
#474D3E — rgb(71, 77, 62)
Tritanopia (Blue-blind)
#613634 — rgb(97, 54, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 65%, 24%);
text
color: hsl(316, 65%, 24%);
border
border: 2px solid hsl(316, 65%, 24%);
gradient light
background: linear-gradient(to right, hsl(316, 65%, 44%), hsl(316, 65%, 24%));
gradient dark
background: linear-gradient(to right, hsl(316, 65%, 24%), hsl(316, 65%, 4%))
hex
background-color: #651550;
tailwind
bg-[hsl(316,65%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 65%, 24%, 0.4);
css variable
--color-primary: hsl(316, 65%, 24%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 65%, 24%)?
HEX: #651550 | RGB: rgb(101, 21, 80) | CMYK: 0%, 79%, 21%, 60% | HSV: 316°, 79%, 40%. Copy any format from the conversion table above.
What colors go well with #651550?
The complementary color is HSL(136, 65%, 24%). For a triadic harmony, use hues 316°, 76°, and 196°. For analogous combinations, try hues 286° and 346°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(316, 65%, 24%) in CSS?
As HSL: color: hsl(316, 65%, 24%); — As HEX: color: #651550; — As RGB: color: rgb(101, 21, 80); — Tailwind CSS: bg-[hsl(316,65%,24%)] — CSS variable: --color-primary: hsl(316, 65%, 24%);