HSL(323, 87%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(323,87%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 87%, 23%) | color: hsl(323, 87%, 23%) | |
| HEX | #6E0847 | color: #6E0847 | |
| RGB | rgb(110, 8, 71) | color: rgb(110, 8, 71) | |
| CMYK | cmyk(0%, 93%, 35%, 57%) | — | |
| HSV | hsv(323, 93%, 43%) | — | |
| HWB | hwb(323 3% 57%) | color: hwb(323 3% 57%) | |
| OKLCH | oklch(0.3594 0.1426 350.15) | color: oklch(0.3594 0.1426 350.15) | |
| Lab | lab(23.49 45.72 -9.35) | color: lab(23.49 45.72 -9.35) | |
| LCH | lch(23.49 46.67 348.44) | color: lch(23.49 46.67 348.44) |
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)
#424138 — rgb(66, 65, 56)
Deuteranopia (Green-blind)
#484F34 — rgb(72, 79, 52)
Tritanopia (Blue-blind)
#692C29 — rgb(105, 44, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 87%, 23%);
text
color: hsl(323, 87%, 23%);
border
border: 2px solid hsl(323, 87%, 23%);
gradient light
background: linear-gradient(to right, hsl(323, 87%, 43%), hsl(323, 87%, 23%));
gradient dark
background: linear-gradient(to right, hsl(323, 87%, 23%), hsl(323, 87%, 3%))
hex
background-color: #6E0847;
tailwind
bg-[hsl(323,87%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 87%, 23%, 0.4);
css variable
--color-primary: hsl(323, 87%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(323, 87%, 23%)?
HEX: #6E0847 | RGB: rgb(110, 8, 71) | CMYK: 0%, 93%, 35%, 57% | HSV: 323°, 93%, 43%. Copy any format from the conversion table above.
What colors go well with #6E0847?
The complementary color is HSL(143, 87%, 23%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 87%, 23%) in CSS?
As HSL: color: hsl(323, 87%, 23%); — As HEX: color: #6E0847; — As RGB: color: rgb(110, 8, 71); — Tailwind CSS: bg-[hsl(323,87%,23%)] — CSS variable: --color-primary: hsl(323, 87%, 23%);