HSL(341, 70%, 48%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,70%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 70%, 48%) | color: hsl(341, 70%, 48%) | |
| HEX | #D0255B | color: #D0255B | |
| RGB | rgb(208, 37, 91) | color: rgb(208, 37, 91) | |
| CMYK | cmyk(0%, 82%, 56%, 18%) | — | |
| HSV | hsv(341, 82%, 82%) | — | |
| HWB | hwb(341 15% 18%) | color: hwb(341 15% 18%) | |
| OKLCH | oklch(0.5634 0.2044 9.37) | color: oklch(0.5634 0.2044 9.37) | |
| Lab | lab(46.3 66.37 13.2) | color: lab(46.3 66.37 13.2) | |
| LCH | lch(46.3 67.67 11.25) | color: lch(46.3 67.67 11.25) |
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)
#86844E — rgb(134, 132, 78)
Deuteranopia (Green-blind)
#909D4B — rgb(144, 157, 75)
Tritanopia (Blue-blind)
#C74441 — rgb(199, 68, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 70%, 48%);
text
color: hsl(341, 70%, 48%);
border
border: 2px solid hsl(341, 70%, 48%);
gradient light
background: linear-gradient(to right, hsl(341, 70%, 68%), hsl(341, 70%, 48%));
gradient dark
background: linear-gradient(to right, hsl(341, 70%, 48%), hsl(341, 70%, 28%))
hex
background-color: #D0255B;
tailwind
bg-[hsl(341,70%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 70%, 48%, 0.4);
css variable
--color-primary: hsl(341, 70%, 48%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 70%, 48%)?
HEX: #D0255B | RGB: rgb(208, 37, 91) | CMYK: 0%, 82%, 56%, 18% | HSV: 341°, 82%, 82%. Copy any format from the conversion table above.
What colors go well with #D0255B?
The complementary color is HSL(161, 70%, 48%). 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, 70%, 48%) in CSS?
As HSL: color: hsl(341, 70%, 48%); — As HEX: color: #D0255B; — As RGB: color: rgb(208, 37, 91); — Tailwind CSS: bg-[hsl(341,70%,48%)] — CSS variable: --color-primary: hsl(341, 70%, 48%);