HSL(341, 85%, 84%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,85%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 85%, 84%) | color: hsl(341, 85%, 84%) | |
| HEX | #F9B4C9 | color: #F9B4C9 | |
| RGB | rgb(249, 180, 201) | color: rgb(249, 180, 201) | |
| CMYK | cmyk(0%, 28%, 19%, 2%) | — | |
| HSV | hsv(342, 28%, 98%) | — | |
| HWB | hwb(342 71% 2%) | color: hwb(342 71% 2%) | |
| OKLCH | oklch(0.8399 0.0841 359.14) | color: oklch(0.8399 0.0841 359.14) | |
| Lab | lab(80.18 28.04 -0.63) | color: lab(80.18 28.04 -0.63) | |
| LCH | lch(80.18 28.05 358.71) | color: lch(80.18 28.05 358.71) |
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)
#DBDBC4 — rgb(219, 219, 196)
Deuteranopia (Green-blind)
#DFE4C3 — rgb(223, 228, 195)
Tritanopia (Blue-blind)
#F6C0BF — rgb(246, 192, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 85%, 84%);
text
color: hsl(341, 85%, 84%);
border
border: 2px solid hsl(341, 85%, 84%);
gradient light
background: linear-gradient(to right, hsl(341, 85%, 100%), hsl(341, 85%, 84%));
gradient dark
background: linear-gradient(to right, hsl(341, 85%, 84%), hsl(341, 85%, 64%))
hex
background-color: #F9B4C9;
tailwind
bg-[hsl(341,85%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 85%, 84%, 0.4);
css variable
--color-primary: hsl(341, 85%, 84%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 85%, 84%)?
HEX: #F9B4C9 | RGB: rgb(249, 180, 201) | CMYK: 0%, 28%, 19%, 2% | HSV: 342°, 28%, 98%. Copy any format from the conversion table above.
What colors go well with #F9B4C9?
The complementary color is HSL(161, 85%, 84%). 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, 85%, 84%) in CSS?
As HSL: color: hsl(341, 85%, 84%); — As HEX: color: #F9B4C9; — As RGB: color: rgb(249, 180, 201); — Tailwind CSS: bg-[hsl(341,85%,84%)] — CSS variable: --color-primary: hsl(341, 85%, 84%);