HSL(340, 85%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,85%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 85%, 72%) | color: hsl(340, 85%, 72%) | |
| HEX | #F47BA3 | color: #F47BA3 | |
| RGB | rgb(244, 123, 163) | color: rgb(244, 123, 163) | |
| CMYK | cmyk(0%, 50%, 33%, 4%) | — | |
| HSV | hsv(340, 50%, 96%) | — | |
| HWB | hwb(340 48% 4%) | color: hwb(340 48% 4%) | |
| OKLCH | oklch(0.7315 0.1533 0.64) | color: oklch(0.7315 0.1533 0.64) | |
| Lab | lab(66.56 50.46 0.41) | color: lab(66.56 50.46 0.41) | |
| LCH | lch(66.56 50.46 0.47) | color: lch(66.56 50.46 0.47) |
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)
#C0BF99 — rgb(192, 191, 153)
Deuteranopia (Green-blind)
#C7D097 — rgb(199, 208, 151)
Tritanopia (Blue-blind)
#EE9290 — rgb(238, 146, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 85%, 72%);
text
color: hsl(340, 85%, 72%);
border
border: 2px solid hsl(340, 85%, 72%);
gradient light
background: linear-gradient(to right, hsl(340, 85%, 92%), hsl(340, 85%, 72%));
gradient dark
background: linear-gradient(to right, hsl(340, 85%, 72%), hsl(340, 85%, 52%))
hex
background-color: #F47BA3;
tailwind
bg-[hsl(340,85%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 85%, 72%, 0.4);
css variable
--color-primary: hsl(340, 85%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 85%, 72%)?
HEX: #F47BA3 | RGB: rgb(244, 123, 163) | CMYK: 0%, 50%, 33%, 4% | HSV: 340°, 50%, 96%. Copy any format from the conversion table above.
What colors go well with #F47BA3?
The complementary color is HSL(160, 85%, 72%). 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%, 72%) in CSS?
As HSL: color: hsl(340, 85%, 72%); — As HEX: color: #F47BA3; — As RGB: color: rgb(244, 123, 163); — Tailwind CSS: bg-[hsl(340,85%,72%)] — CSS variable: --color-primary: hsl(340, 85%, 72%);