HSL(340, 85%, 82%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(340,85%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(340, 85%, 82%) | color: hsl(340, 85%, 82%) | |
| HEX | #F8AAC4 | color: #F8AAC4 | |
| RGB | rgb(248, 170, 196) | color: rgb(248, 170, 196) | |
| CMYK | cmyk(0%, 31%, 21%, 3%) | — | |
| HSV | hsv(340, 31%, 97%) | — | |
| HWB | hwb(340 67% 3%) | color: hwb(340 67% 3%) | |
| OKLCH | oklch(0.8202 0.0968 357.82) | color: oklch(0.8202 0.0968 357.82) | |
| Lab | lab(77.69 32.21 -1.57) | color: lab(77.69 32.21 -1.57) | |
| LCH | lch(77.69 32.25 357.21) | color: lch(77.69 32.25 357.21) |
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)
#D6D6BE — rgb(214, 214, 190)
Deuteranopia (Green-blind)
#DBE1BC — rgb(219, 225, 188)
Tritanopia (Blue-blind)
#F4B9B8 — rgb(244, 185, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(340, 85%, 82%);
text
color: hsl(340, 85%, 82%);
border
border: 2px solid hsl(340, 85%, 82%);
gradient light
background: linear-gradient(to right, hsl(340, 85%, 100%), hsl(340, 85%, 82%));
gradient dark
background: linear-gradient(to right, hsl(340, 85%, 82%), hsl(340, 85%, 62%))
hex
background-color: #F8AAC4;
tailwind
bg-[hsl(340,85%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(340, 85%, 82%, 0.4);
css variable
--color-primary: hsl(340, 85%, 82%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(340, 85%, 82%)?
HEX: #F8AAC4 | RGB: rgb(248, 170, 196) | CMYK: 0%, 31%, 21%, 3% | HSV: 340°, 31%, 97%. Copy any format from the conversion table above.
What colors go well with #F8AAC4?
The complementary color is HSL(160, 85%, 82%). 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%, 82%) in CSS?
As HSL: color: hsl(340, 85%, 82%); — As HEX: color: #F8AAC4; — As RGB: color: rgb(248, 170, 196); — Tailwind CSS: bg-[hsl(340,85%,82%)] — CSS variable: --color-primary: hsl(340, 85%, 82%);