HSL(341, 70%, 80%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(341,70%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 70%, 80%) | color: hsl(341, 70%, 80%) | |
| HEX | #F0A8BF | color: #F0A8BF | |
| RGB | rgb(240, 168, 191) | color: rgb(240, 168, 191) | |
| CMYK | cmyk(0%, 30%, 20%, 6%) | — | |
| HSV | hsv(341, 30%, 94%) | — | |
| HWB | hwb(341 66% 6%) | color: hwb(341 66% 6%) | |
| OKLCH | oklch(0.8067 0.0892 358.48) | color: oklch(0.8067 0.0892 358.48) | |
| Lab | lab(76.25 29.72 -1.06) | color: lab(76.25 29.72 -1.06) | |
| LCH | lch(76.25 29.74 357.96) | color: lch(76.25 29.74 357.96) |
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)
#D1D0B9 — rgb(209, 208, 185)
Deuteranopia (Green-blind)
#D5DAB8 — rgb(213, 218, 184)
Tritanopia (Blue-blind)
#ECB5B4 — rgb(236, 181, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 70%, 80%);
text
color: hsl(341, 70%, 80%);
border
border: 2px solid hsl(341, 70%, 80%);
gradient light
background: linear-gradient(to right, hsl(341, 70%, 100%), hsl(341, 70%, 80%));
gradient dark
background: linear-gradient(to right, hsl(341, 70%, 80%), hsl(341, 70%, 60%))
hex
background-color: #F0A8BF;
tailwind
bg-[hsl(341,70%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 70%, 80%, 0.4);
css variable
--color-primary: hsl(341, 70%, 80%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(341, 70%, 80%)?
HEX: #F0A8BF | RGB: rgb(240, 168, 191) | CMYK: 0%, 30%, 20%, 6% | HSV: 341°, 30%, 94%. Copy any format from the conversion table above.
What colors go well with #F0A8BF?
The complementary color is HSL(161, 70%, 80%). 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%, 80%) in CSS?
As HSL: color: hsl(341, 70%, 80%); — As HEX: color: #F0A8BF; — As RGB: color: rgb(240, 168, 191); — Tailwind CSS: bg-[hsl(341,70%,80%)] — CSS variable: --color-primary: hsl(341, 70%, 80%);