HSL(340, 85%, 71%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,85%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 85%, 71%) | color: hsl(340, 85%, 71%) | |
| HEX | #F476A0 | color: #F476A0 | |
| RGB | rgb(244, 118, 160) | color: rgb(244, 118, 160) | |
| CMYK | cmyk(0%, 52%, 34%, 4%) | — | |
| HSV | hsv(340, 52%, 96%) | — | |
| HWB | hwb(340 46% 4%) | color: hwb(340 46% 4%) | |
| OKLCH | oklch(0.7236 0.1597 0.83) | color: oklch(0.7236 0.1597 0.83) | |
| Lab | lab(65.54 52.52 0.63) | color: lab(65.54 52.52 0.63) | |
| LCH | lch(65.54 52.52 0.69) | color: lch(65.54 52.52 0.69) |
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)
#BDBC96 — rgb(189, 188, 150)
Deuteranopia (Green-blind)
#C5CE93 — rgb(197, 206, 147)
Tritanopia (Blue-blind)
#EE8E8C — rgb(238, 142, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 85%, 71%);
text
color: hsl(340, 85%, 71%);
border
border: 2px solid hsl(340, 85%, 71%);
gradient light
background: linear-gradient(to right, hsl(340, 85%, 91%), hsl(340, 85%, 71%));
gradient dark
background: linear-gradient(to right, hsl(340, 85%, 71%), hsl(340, 85%, 51%))
hex
background-color: #F476A0;
tailwind
bg-[hsl(340,85%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 85%, 71%, 0.4);
css variable
--color-primary: hsl(340, 85%, 71%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 85%, 71%)?
HEX: #F476A0 | RGB: rgb(244, 118, 160) | CMYK: 0%, 52%, 34%, 4% | HSV: 340°, 52%, 96%. Copy any format from the conversion table above.
What colors go well with #F476A0?
The complementary color is HSL(160, 85%, 71%). For a triadic harmony, use hues 340°, 100°, and 220°. For analogous combinations, try hues 310° and 10°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(340, 85%, 71%) in CSS?
As HSL: color: hsl(340, 85%, 71%); — As HEX: color: #F476A0; — As RGB: color: rgb(244, 118, 160); — Tailwind CSS: bg-[hsl(340,85%,71%)] — CSS variable: --color-primary: hsl(340, 85%, 71%);