HSL(317, 82%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(317,82%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(317, 82%, 23%) | color: hsl(317, 82%, 23%) | |
| HEX | #6B0B4F | color: #6B0B4F | |
| RGB | rgb(107, 11, 79) | color: rgb(107, 11, 79) | |
| CMYK | cmyk(0%, 90%, 26%, 58%) | — | |
| HSV | hsv(318, 90%, 42%) | — | |
| HWB | hwb(318 4% 58%) | color: hwb(318 4% 58%) | |
| OKLCH | oklch(0.3591 0.1432 343.83) | color: oklch(0.3591 0.1432 343.83) | |
| Lab | lab(23.44 45.36 -14.9) | color: lab(23.44 45.36 -14.9) | |
| LCH | lch(23.44 47.74 341.82) | color: lch(23.44 47.74 341.82) |
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)
#41413F — rgb(65, 65, 63)
Deuteranopia (Green-blind)
#474E3B — rgb(71, 78, 59)
Tritanopia (Blue-blind)
#66322F — rgb(102, 50, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(317, 82%, 23%);
text
color: hsl(317, 82%, 23%);
border
border: 2px solid hsl(317, 82%, 23%);
gradient light
background: linear-gradient(to right, hsl(317, 82%, 43%), hsl(317, 82%, 23%));
gradient dark
background: linear-gradient(to right, hsl(317, 82%, 23%), hsl(317, 82%, 3%))
hex
background-color: #6B0B4F;
tailwind
bg-[hsl(317,82%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(317, 82%, 23%, 0.4);
css variable
--color-primary: hsl(317, 82%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(317, 82%, 23%)?
HEX: #6B0B4F | RGB: rgb(107, 11, 79) | CMYK: 0%, 90%, 26%, 58% | HSV: 318°, 90%, 42%. Copy any format from the conversion table above.
What colors go well with #6B0B4F?
The complementary color is HSL(137, 82%, 23%). For a triadic harmony, use hues 317°, 77°, and 197°. For analogous combinations, try hues 287° and 347°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(317, 82%, 23%) in CSS?
As HSL: color: hsl(317, 82%, 23%); — As HEX: color: #6B0B4F; — As RGB: color: rgb(107, 11, 79); — Tailwind CSS: bg-[hsl(317,82%,23%)] — CSS variable: --color-primary: hsl(317, 82%, 23%);