HSL(341, 69%, 49%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,69%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 69%, 49%) | color: hsl(341, 69%, 49%) | |
| HEX | #D3275D | color: #D3275D | |
| RGB | rgb(211, 39, 93) | color: rgb(211, 39, 93) | |
| CMYK | cmyk(0%, 82%, 56%, 17%) | — | |
| HSV | hsv(341, 82%, 83%) | — | |
| HWB | hwb(341 15% 17%) | color: hwb(341 15% 17%) | |
| OKLCH | oklch(0.5705 0.2057 9.29) | color: oklch(0.5705 0.2057 9.29) | |
| Lab | lab(47.1 66.82 13.16) | color: lab(47.1 66.82 13.16) | |
| LCH | lch(47.1 68.1 11.14) | color: lch(47.1 68.1 11.14) |
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)
#898750 — rgb(137, 135, 80)
Deuteranopia (Green-blind)
#939F4D — rgb(147, 159, 77)
Tritanopia (Blue-blind)
#CA4643 — rgb(202, 70, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 69%, 49%);
text
color: hsl(341, 69%, 49%);
border
border: 2px solid hsl(341, 69%, 49%);
gradient light
background: linear-gradient(to right, hsl(341, 69%, 69%), hsl(341, 69%, 49%));
gradient dark
background: linear-gradient(to right, hsl(341, 69%, 49%), hsl(341, 69%, 29%))
hex
background-color: #D3275D;
tailwind
bg-[hsl(341,69%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 69%, 49%, 0.4);
css variable
--color-primary: hsl(341, 69%, 49%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 69%, 49%)?
HEX: #D3275D | RGB: rgb(211, 39, 93) | CMYK: 0%, 82%, 56%, 17% | HSV: 341°, 82%, 83%. Copy any format from the conversion table above.
What colors go well with #D3275D?
The complementary color is HSL(161, 69%, 49%). 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, 69%, 49%) in CSS?
As HSL: color: hsl(341, 69%, 49%); — As HEX: color: #D3275D; — As RGB: color: rgb(211, 39, 93); — Tailwind CSS: bg-[hsl(341,69%,49%)] — CSS variable: --color-primary: hsl(341, 69%, 49%);