HSL(316, 85%, 24%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(316,85%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(316, 85%, 24%) | color: hsl(316, 85%, 24%) | |
| HEX | #710955 | color: #710955 | |
| RGB | rgb(113, 9, 85) | color: rgb(113, 9, 85) | |
| CMYK | cmyk(0%, 92%, 25%, 56%) | — | |
| HSV | hsv(316, 92%, 44%) | — | |
| HWB | hwb(316 4% 56%) | color: hwb(316 4% 56%) | |
| OKLCH | oklch(0.3723 0.1519 342.87) | color: oklch(0.3723 0.1519 342.87) | |
| Lab | lab(24.84 47.99 -16.66) | color: lab(24.84 47.99 -16.66) | |
| LCH | lch(24.84 50.8 340.86) | color: lch(24.84 50.8 340.86) |
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)
#444343 — rgb(68, 67, 67)
Deuteranopia (Green-blind)
#4A523E — rgb(74, 82, 62)
Tritanopia (Blue-blind)
#6C3431 — rgb(108, 52, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(316, 85%, 24%);
text
color: hsl(316, 85%, 24%);
border
border: 2px solid hsl(316, 85%, 24%);
gradient light
background: linear-gradient(to right, hsl(316, 85%, 44%), hsl(316, 85%, 24%));
gradient dark
background: linear-gradient(to right, hsl(316, 85%, 24%), hsl(316, 85%, 4%))
hex
background-color: #710955;
tailwind
bg-[hsl(316,85%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(316, 85%, 24%, 0.4);
css variable
--color-primary: hsl(316, 85%, 24%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(316, 85%, 24%)?
HEX: #710955 | RGB: rgb(113, 9, 85) | CMYK: 0%, 92%, 25%, 56% | HSV: 316°, 92%, 44%. Copy any format from the conversion table above.
What colors go well with #710955?
The complementary color is HSL(136, 85%, 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, 85%, 24%) in CSS?
As HSL: color: hsl(316, 85%, 24%); — As HEX: color: #710955; — As RGB: color: rgb(113, 9, 85); — Tailwind CSS: bg-[hsl(316,85%,24%)] — CSS variable: --color-primary: hsl(316, 85%, 24%);