HSL(341, 98%, 67%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,98%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 98%, 67%) | color: hsl(341, 98%, 67%) | |
| HEX | #FD588D | color: #FD588D | |
| RGB | rgb(253, 88, 141) | color: rgb(253, 88, 141) | |
| CMYK | cmyk(0%, 65%, 44%, 1%) | — | |
| HSV | hsv(341, 65%, 99%) | — | |
| HWB | hwb(341 35% 1%) | color: hwb(341 35% 1%) | |
| OKLCH | oklch(0.6942 0.2035 4.42) | color: oklch(0.6942 0.2035 4.42) | |
| Lab | lab(61.47 66.46 5.83) | color: lab(61.47 66.46 5.83) | |
| LCH | lch(61.47 66.72 5.01) | color: lch(61.47 66.72 5.01) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#B6B480 — rgb(182, 180, 128)
Deuteranopia (Green-blind)
#BFCC7D — rgb(191, 204, 125)
Tritanopia (Blue-blind)
#F57674 — rgb(245, 118, 116)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 98%, 67%);
text
color: hsl(341, 98%, 67%);
border
border: 2px solid hsl(341, 98%, 67%);
gradient light
background: linear-gradient(to right, hsl(341, 98%, 87%), hsl(341, 98%, 67%));
gradient dark
background: linear-gradient(to right, hsl(341, 98%, 67%), hsl(341, 98%, 47%))
hex
background-color: #FD588D;
tailwind
bg-[hsl(341,98%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 98%, 67%, 0.4);
css variable
--color-primary: hsl(341, 98%, 67%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 98%, 67%)?
HEX: #FD588D | RGB: rgb(253, 88, 141) | CMYK: 0%, 65%, 44%, 1% | HSV: 341°, 65%, 99%. Copy any format from the conversion table above.
What colors go well with #FD588D?
The complementary color is HSL(161, 98%, 67%). 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, 98%, 67%) in CSS?
As HSL: color: hsl(341, 98%, 67%); — As HEX: color: #FD588D; — As RGB: color: rgb(253, 88, 141); — Tailwind CSS: bg-[hsl(341,98%,67%)] — CSS variable: --color-primary: hsl(341, 98%, 67%);