HSL(340, 80%, 78%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,80%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 80%, 78%) | color: hsl(340, 80%, 78%) | |
| HEX | #F49AB8 | color: #F49AB8 | |
| RGB | rgb(244, 154, 184) | color: rgb(244, 154, 184) | |
| CMYK | cmyk(0%, 37%, 25%, 4%) | — | |
| HSV | hsv(340, 37%, 96%) | — | |
| HWB | hwb(340 60% 4%) | color: hwb(340 60% 4%) | |
| OKLCH | oklch(0.7854 0.113 358.53) | color: oklch(0.7854 0.113 358.53) | |
| Lab | lab(73.42 37.48 -1.3) | color: lab(73.42 37.48 -1.3) | |
| LCH | lch(73.42 37.5 358.01) | color: lch(73.42 37.5 358.01) |
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)
#CDCCB1 — rgb(205, 204, 177)
Deuteranopia (Green-blind)
#D2D9AF — rgb(210, 217, 175)
Tritanopia (Blue-blind)
#F0ABAA — rgb(240, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 80%, 78%);
text
color: hsl(340, 80%, 78%);
border
border: 2px solid hsl(340, 80%, 78%);
gradient light
background: linear-gradient(to right, hsl(340, 80%, 98%), hsl(340, 80%, 78%));
gradient dark
background: linear-gradient(to right, hsl(340, 80%, 78%), hsl(340, 80%, 58%))
hex
background-color: #F49AB8;
tailwind
bg-[hsl(340,80%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 80%, 78%, 0.4);
css variable
--color-primary: hsl(340, 80%, 78%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 80%, 78%)?
HEX: #F49AB8 | RGB: rgb(244, 154, 184) | CMYK: 0%, 37%, 25%, 4% | HSV: 340°, 37%, 96%. Copy any format from the conversion table above.
What colors go well with #F49AB8?
The complementary color is HSL(160, 80%, 78%). 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, 80%, 78%) in CSS?
As HSL: color: hsl(340, 80%, 78%); — As HEX: color: #F49AB8; — As RGB: color: rgb(244, 154, 184); — Tailwind CSS: bg-[hsl(340,80%,78%)] — CSS variable: --color-primary: hsl(340, 80%, 78%);