HSL(341, 86%, 23%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,86%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 86%, 23%) | color: hsl(341, 86%, 23%) | |
| HEX | #6D0828 | color: #6D0828 | |
| RGB | rgb(109, 8, 40) | color: rgb(109, 8, 40) | |
| CMYK | cmyk(0%, 93%, 63%, 57%) | — | |
| HSV | hsv(341, 93%, 43%) | — | |
| HWB | hwb(341 3% 57%) | color: hwb(341 3% 57%) | |
| OKLCH | oklch(0.3464 0.1313 11.18) | color: oklch(0.3464 0.1313 11.18) | |
| Lab | lab(22.23 42.56 10.3) | color: lab(22.23 42.56 10.3) | |
| LCH | lch(22.23 43.79 13.6) | color: lch(22.23 43.79 13.6) |
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)
#414020 — rgb(65, 64, 32)
Deuteranopia (Green-blind)
#474F1E — rgb(71, 79, 30)
Tritanopia (Blue-blind)
#681A19 — rgb(104, 26, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 86%, 23%);
text
color: hsl(341, 86%, 23%);
border
border: 2px solid hsl(341, 86%, 23%);
gradient light
background: linear-gradient(to right, hsl(341, 86%, 43%), hsl(341, 86%, 23%));
gradient dark
background: linear-gradient(to right, hsl(341, 86%, 23%), hsl(341, 86%, 3%))
hex
background-color: #6D0828;
tailwind
bg-[hsl(341,86%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 86%, 23%, 0.4);
css variable
--color-primary: hsl(341, 86%, 23%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 86%, 23%)?
HEX: #6D0828 | RGB: rgb(109, 8, 40) | CMYK: 0%, 93%, 63%, 57% | HSV: 341°, 93%, 43%. Copy any format from the conversion table above.
What colors go well with #6D0828?
The complementary color is HSL(161, 86%, 23%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 86%, 23%) in CSS?
As HSL: color: hsl(341, 86%, 23%); — As HEX: color: #6D0828; — As RGB: color: rgb(109, 8, 40); — Tailwind CSS: bg-[hsl(341,86%,23%)] — CSS variable: --color-primary: hsl(341, 86%, 23%);