HSL(339, 75%, 26%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,75%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 75%, 26%) | color: hsl(339, 75%, 26%) | |
| HEX | #741133 | color: #741133 | |
| RGB | rgb(116, 17, 51) | color: rgb(116, 17, 51) | |
| CMYK | cmyk(0%, 85%, 56%, 55%) | — | |
| HSV | hsv(339, 85%, 45%) | — | |
| HWB | hwb(339 7% 55%) | color: hwb(339 7% 55%) | |
| OKLCH | oklch(0.369 0.1329 7.18) | color: oklch(0.369 0.1329 7.18) | |
| Lab | lab(24.81 43.23 6.46) | color: lab(24.81 43.23 6.46) | |
| LCH | lch(24.81 43.71 8.5) | color: lch(24.81 43.71 8.5) |
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)
#49482B — rgb(73, 72, 43)
Deuteranopia (Green-blind)
#4F5629 — rgb(79, 86, 41)
Tritanopia (Blue-blind)
#6F2423 — rgb(111, 36, 35)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 75%, 26%);
text
color: hsl(339, 75%, 26%);
border
border: 2px solid hsl(339, 75%, 26%);
gradient light
background: linear-gradient(to right, hsl(339, 75%, 46%), hsl(339, 75%, 26%));
gradient dark
background: linear-gradient(to right, hsl(339, 75%, 26%), hsl(339, 75%, 6%))
hex
background-color: #741133;
tailwind
bg-[hsl(339,75%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 75%, 26%, 0.4);
css variable
--color-primary: hsl(339, 75%, 26%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 75%, 26%)?
HEX: #741133 | RGB: rgb(116, 17, 51) | CMYK: 0%, 85%, 56%, 55% | HSV: 339°, 85%, 45%. Copy any format from the conversion table above.
What colors go well with #741133?
The complementary color is HSL(159, 75%, 26%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 75%, 26%) in CSS?
As HSL: color: hsl(339, 75%, 26%); — As HEX: color: #741133; — As RGB: color: rgb(116, 17, 51); — Tailwind CSS: bg-[hsl(339,75%,26%)] — CSS variable: --color-primary: hsl(339, 75%, 26%);