HSL(339, 95%, 67%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,95%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 95%, 67%) | color: hsl(339, 95%, 67%) | |
| HEX | #FB5B93 | color: #FB5B93 | |
| RGB | rgb(251, 91, 147) | color: rgb(251, 91, 147) | |
| CMYK | cmyk(0%, 64%, 41%, 2%) | — | |
| HSV | hsv(339, 64%, 98%) | — | |
| HWB | hwb(339 35% 2%) | color: hwb(339 35% 2%) | |
| OKLCH | oklch(0.6961 0.1996 2.22) | color: oklch(0.6961 0.1996 2.22) | |
| Lab | lab(61.74 65.26 2.7) | color: lab(61.74 65.26 2.7) | |
| LCH | lch(61.74 65.32 2.37) | color: lch(61.74 65.32 2.37) |
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)
#B6B485 — rgb(182, 180, 133)
Deuteranopia (Green-blind)
#BFCB82 — rgb(191, 203, 130)
Tritanopia (Blue-blind)
#F37B78 — rgb(243, 123, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 95%, 67%);
text
color: hsl(339, 95%, 67%);
border
border: 2px solid hsl(339, 95%, 67%);
gradient light
background: linear-gradient(to right, hsl(339, 95%, 87%), hsl(339, 95%, 67%));
gradient dark
background: linear-gradient(to right, hsl(339, 95%, 67%), hsl(339, 95%, 47%))
hex
background-color: #FB5B93;
tailwind
bg-[hsl(339,95%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 95%, 67%, 0.4);
css variable
--color-primary: hsl(339, 95%, 67%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 95%, 67%)?
HEX: #FB5B93 | RGB: rgb(251, 91, 147) | CMYK: 0%, 64%, 41%, 2% | HSV: 339°, 64%, 98%. Copy any format from the conversion table above.
What colors go well with #FB5B93?
The complementary color is HSL(159, 95%, 67%). 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, 95%, 67%) in CSS?
As HSL: color: hsl(339, 95%, 67%); — As HEX: color: #FB5B93; — As RGB: color: rgb(251, 91, 147); — Tailwind CSS: bg-[hsl(339,95%,67%)] — CSS variable: --color-primary: hsl(339, 95%, 67%);